Html Css Color HEX #D7756C New York Pink

📋 copy color: '#D7756C'

red 215 ◦ green 117 ◦ blue 108

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

Shades of New York Pink #D7756C

Tints of New York Pink #D7756C

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 value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7756C (or 0xD7756C) is known color: 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

RGB 215 117 108 -
CMYK 0 0.46 0.50 0.16
HSL 5.05º 0.57% 0.63% -
HSV(B) 5.05º 0.5% 0.84% -
XYZ 37.09 28.25 17.69 -
YUV 145.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 215 117 108 0 0.46 0.50 0.16 5.05 0.57 0.63
Hex D7 75 6C 0 2E 32 10 5 39 3F
Octal 327 165 154 0 56 62 20 5 71 77
Binary 11010111 1110101 1101100 0 101110 110010 10000 101 111001 111111

Color Harmonies of #D7756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7756C

Black with #D7756C

Text Example


Text Example

White with #D7756C

Text Example


Text Example

HTML Codes & Css Web 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>