Html Css Color HEX #D77B6F New York Pink

📋 copy color: '#D77B6F'

red 215 ◦ green 123 ◦ blue 111

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

Shades of New York Pink #D77B6F

Tints of New York Pink #D77B6F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.39%

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

R = 47.88%
G = 27.39%
B = 24.72%

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

#D77B6F (or 0xD77B6F) is known color: New York Pink. HEX triplet: D7, 7B and 6F. RGB value is (215,123,111). Sum of RGB (Red+Green+Blue) = 215+123+111=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B6F is #288490. Grayscale: #959595. Windows color (decimal): -2655377 or 7306199. OLE color: 7306199.

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

Color convert

RGB 215 123 111 -
CMYK 0 0.43 0.48 0.16
HSL 6.92º 0.57% 0.64% -
HSV(B) 6.92º 0.48% 0.84% -
XYZ 37.98 29.76 18.78 -
YUV 149.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 215 123 111 0 0.43 0.48 0.16 6.92 0.57 0.64
Hex D7 7B 6F 0 2B 30 10 7 39 40
Octal 327 173 157 0 53 60 20 7 71 100
Binary 11010111 1111011 1101111 0 101011 110000 10000 111 111001 1000000

Color Harmonies of #D77B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B6F

Black with #D77B6F

Text Example


Text Example

White with #D77B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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