#D7756C

Color #D7756C New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D7756C

Tints of New York Pink #D7756C

Color information

#D7756C (or 0xD7756C) is unknown color: approx New York Pink. HEX triplet: D7, 75 and 6C. RGB value is (215,117,108). Sum of RGB (Red+Green+Blue) = 215+117+108=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7756C is #288A93. Grayscale: #919191. Windows color (decimal): -2656916 or 7108055. OLE color: 7108055.

HSL color Cylindrical-coordinate representation of color #D7756C: hue angle of 5.05º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7756C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB215117108-
CMYK00.460.500.16
HSL5.05º57.22%63.33%-
HSV(B)5.05º49.77%84.31%-
XYZ37.0928.2517.69-
YUV145.28106.97177.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 48.86%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 108 (42.58% from 255) = 24.55%
R=48.86%
G=26.59%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511710800.460.500.165.0557.2263.33
HexD7756C02E32105393f
Octal327165154056622057177
Binary1101011111101011101100010111011001010000101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7756C; }

 p { color: rgb(215,117,108); }

 H1.HeaderClassName
 {
   color: #D7756C;
 }
 .AnyTagClassName
 {
   color: #D7756C;
 }
</style>
background-color css

<style>
 a { background-color: #D7756C; }

 a { background-color: rgb(215,117,108); }

 div.DivClassName
 {
   background-color: #D7756C;
 }
 .BgClassName
 {
   background-color: #D7756C;
 }
</style>
border-color css

<style>
 span { border-color: #D7756C; }

 span { border-color: rgb(215,117,108); }

 td.TdClassName
 {
   border-color: #D7756C;
 }
 .TagClassName
 {
   border-color: #D7756C;
 }
</style>