#D7756E

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

Shades of New York Pink #D7756E

Tints of New York Pink #D7756E

Color information

#D7756E (or 0xD7756E) is unknown color: approx New York Pink. HEX triplet: D7, 75 and 6E. RGB value is (215,117,110). Sum of RGB (Red+Green+Blue) = 215+117+110=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7756E is #288A91. Grayscale: #919191. Windows color (decimal): -2656914 or 7239127. OLE color: 7239127.

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

Color convert

RGB215117110-
CMYK00.460.490.16
HSL56.76%63.73%-
HSV(B)48.84%84.31%-
XYZ37.228.318.25-
YUV145.5107.97177.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.64%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=48.64%
G=26.47%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511711000.460.490.16456.7663.73
HexD7756E02E311043940
Octal3271651560566120471100
Binary11010111111010111011100101110110001100001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7756E; }

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

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

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

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

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

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

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

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