Html Css Color HEX #D77A6E New York Pink

📋 copy color: '#D77A6E'

red 215 ◦ green 122 ◦ blue 110

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

Shades of New York Pink #D77A6E

Tints of New York Pink #D77A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.61%

R = 48.1%
G = 27.29%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D77A6E (or 0xD77A6E) is known color: New York Pink. HEX triplet: D7, 7A and 6E. RGB value is (215,122,110). Sum of RGB (Red+Green+Blue) = 215+122+110=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A6E is #288591. Grayscale: #949494. Windows color (decimal): -2655634 or 7240407. OLE color: 7240407.

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

Color convert

RGB 215 122 110 -
CMYK 0 0.43 0.49 0.16
HSL 6.86º 0.57% 0.64% -
HSV(B) 6.86º 0.49% 0.84% -
XYZ 37.8 29.49 18.45 -
YUV 148.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 215 122 110 0 0.43 0.49 0.16 6.86 0.57 0.64
Hex D7 7A 6E 0 2B 31 10 7 39 40
Octal 327 172 156 0 53 61 20 7 71 100
Binary 11010111 1111010 1101110 0 101011 110001 10000 111 111001 1000000

Color Harmonies of #D77A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A6E

Black with #D77A6E

Text Example


Text Example

White with #D77A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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