#D7766C

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

Shades of New York Pink #D7766C

Tints of New York Pink #D7766C

Color information

#D7766C (or 0xD7766C) is unknown color: approx New York Pink. HEX triplet: D7, 76 and 6C. RGB value is (215,118,108). Sum of RGB (Red+Green+Blue) = 215+118+108=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7766C is #288993. Grayscale: #929292. Windows color (decimal): -2656660 or 7108311. OLE color: 7108311.

HSL color Cylindrical-coordinate representation of color #D7766C: hue angle of 5.61º 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 #D7766C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB215118108-
CMYK00.450.500.16
HSL5.61º57.22%63.33%-
HSV(B)5.61º49.77%84.31%-
XYZ37.2128.4917.72-
YUV145.86106.64177.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.75%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=48.75%
G=26.76%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511810800.450.500.165.6157.2263.33
HexD7766C02D32106393f
Octal327166154055622067177
Binary1101011111101101101100010110111001010000110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7766C; }

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

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

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

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

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

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

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

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