Html Css Color HEX #D7756B New York Pink

📋 copy color: '#D7756B'

red 215 ◦ green 117 ◦ blue 107

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

Shades of New York Pink #D7756B

Tints of New York Pink #D7756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.65%

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

R = 48.97%
G = 26.65%
B = 24.37%

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

#D7756B (or 0xD7756B) is known color: New York Pink. HEX triplet: D7, 75 and 6B. RGB value is (215,117,107). Sum of RGB (Red+Green+Blue) = 215+117+107=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7756B is #288A94. Grayscale: #919191. Windows color (decimal): -2656917 or 7042519. OLE color: 7042519.

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

Color convert

RGB 215 117 107 -
CMYK 0 0.46 0.50 0.16
HSL 5.56º 0.57% 0.63% -
HSV(B) 5.56º 0.5% 0.84% -
XYZ 37.04 28.23 17.41 -
YUV 145.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 215 117 107 0 0.46 0.50 0.16 5.56 0.57 0.63
Hex D7 75 6B 0 2E 32 10 6 39 3F
Octal 327 165 153 0 56 62 20 6 71 77
Binary 11010111 1110101 1101011 0 101110 110010 10000 110 111001 111111

Color Harmonies of #D7756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7756B

Black with #D7756B

Text Example


Text Example

White with #D7756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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