#D77B6D

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

Shades of New York Pink #D77B6D

Tints of New York Pink #D77B6D

Color information

#D77B6D (or 0xD77B6D) is unknown color: approx New York Pink. HEX triplet: D7, 7B and 6D. RGB value is (215,123,109). Sum of RGB (Red+Green+Blue) = 215+123+109=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B6D is #288492. Grayscale: #959595. Windows color (decimal): -2655379 or 7175127. OLE color: 7175127.

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

Color convert

RGB215123109-
CMYK00.430.490.16
HSL7.92º56.99%63.53%-
HSV(B)7.92º49.3%84.31%-
XYZ37.8729.7218.21-
YUV148.91105.48175.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 109 (42.97% from 255) = 24.38%
R=48.10%
G=27.52%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512310900.430.490.167.9256.9963.53
HexD77B6D02B311083940
Octal32717315505361201071100
Binary110101111111011110110101010111100011000010001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77B6D; }

 p { color: rgb(215,123,109); }

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

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

 a { background-color: rgb(215,123,109); }

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

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

 span { border-color: rgb(215,123,109); }

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