Html Css Color HEX #D7766B New York Pink

📋 copy color: '#D7766B'

red 215 ◦ green 118 ◦ blue 107

#D7766B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D7766B

Tints of New York Pink #D7766B

RGB

 RED value IS 215 (84.38% from 255) = 48.86%

 GREEN value IS 118 (46.48% from 255) = 26.82%

 BLUE value IS 107 (42.19% from 255) = 24.32%

R = 48.86%
G = 26.82%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7766B (or 0xD7766B) is known color: New York Pink. HEX triplet: D7, 76 and 6B. RGB value is (215,118,107). Sum of RGB (Red+Green+Blue) = 215+118+107=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7766B is #288994. Grayscale: #919191. Windows color (decimal): -2656661 or 7042775. OLE color: 7042775.

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

Color convert

RGB 215 118 107 -
CMYK 0 0.45 0.50 0.16
HSL 6.11º 0.57% 0.63% -
HSV(B) 6.11º 0.5% 0.84% -
XYZ 37.16 28.47 17.45 -
YUV 145.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 215 118 107 0 0.45 0.50 0.16 6.11 0.57 0.63
Hex D7 76 6B 0 2D 32 10 6 39 3F
Octal 327 166 153 0 55 62 20 6 71 77
Binary 11010111 1110110 1101011 0 101101 110010 10000 110 111001 111111

Color Harmonies of #D7766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7766B

Black with #D7766B

Text Example


Text Example

White with #D7766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7766B; }

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

 H1.HeaderClassName
 {
   color: #D7766B;
 }
 .AnyTagClassName
 {
   color: #D7766B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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