Html Css Color HEX #D77A6F New York Pink

📋 copy color: '#D77A6F'

red 215 ◦ green 122 ◦ blue 111

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

Shades of New York Pink #D77A6F

Tints of New York Pink #D77A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.23%

 BLUE value IS 111 (43.75% from 255) = 24.78%

R = 47.99%
G = 27.23%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D77A6F (or 0xD77A6F) is known color: New York Pink. HEX triplet: D7, 7A and 6F. RGB value is (215,122,111). Sum of RGB (Red+Green+Blue) = 215+122+111=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A6F is #288590. Grayscale: #949494. Windows color (decimal): -2655633 or 7305943. OLE color: 7305943.

HSL color Cylindrical-coordinate representation of color #D77A6F: hue angle of 6.35º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77A6F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 111 -
CMYK 0 0.43 0.48 0.16
HSL 6.35º 0.57% 0.64% -
HSV(B) 6.35º 0.48% 0.84% -
XYZ 37.85 29.51 18.74 -
YUV 148.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 215 122 111 0 0.43 0.48 0.16 6.35 0.57 0.64
Hex D7 7A 6F 0 2B 30 10 6 39 40
Octal 327 172 157 0 53 60 20 6 71 100
Binary 11010111 1111010 1101111 0 101011 110000 10000 110 111001 1000000

Color Harmonies of #D77A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A6F

Black with #D77A6F

Text Example


Text Example

White with #D77A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A6F; }

 p { color: rgb(215,122,111); }

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

background-color css

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

 a { background-color: rgb(215,122,111); }

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

border-color css

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

 span { border-color: rgb(215,122,111); }

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