Html Css Color HEX #D7756D New York Pink

📋 copy color: '#D7756D'

red 215 ◦ green 117 ◦ blue 109

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

Shades of New York Pink #D7756D

Tints of New York Pink #D7756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.72%

R = 48.75%
G = 26.53%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7756D (or 0xD7756D) is known color: New York Pink. HEX triplet: D7, 75 and 6D. RGB value is (215,117,109). Sum of RGB (Red+Green+Blue) = 215+117+109=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7756D is #288A92. Grayscale: #919191. Windows color (decimal): -2656915 or 7173591. OLE color: 7173591.

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

Color convert

RGB 215 117 109 -
CMYK 0 0.46 0.49 0.16
HSL 4.53º 0.57% 0.64% -
HSV(B) 4.53º 0.49% 0.84% -
XYZ 37.15 28.27 17.97 -
YUV 145.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 215 117 109 0 0.46 0.49 0.16 4.53 0.57 0.64
Hex D7 75 6D 0 2E 31 10 5 39 40
Octal 327 165 155 0 56 61 20 5 71 100
Binary 11010111 1110101 1101101 0 101110 110001 10000 101 111001 1000000

Color Harmonies of #D7756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7756D

Black with #D7756D

Text Example


Text Example

White with #D7756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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