Html Css Color HEX #D77B6D New York Pink

📋 copy color: '#D77B6D'

red 215 ◦ green 123 ◦ blue 109

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

Shades of New York Pink #D77B6D

Tints of New York Pink #D77B6D

RGB

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

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

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

R = 48.1%
G = 27.52%
B = 24.38%

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

#D77B6D (or 0xD77B6D) is known color: New York Pink. HEX triplet: D7, 7B and 6D. RGB value is (215,123,109). Sum of RGB (Red+Green+Blue) = 215+123+109=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B6D is #288492. Grayscale: #959595. Windows color (decimal): -2655379 or 7175127. OLE color: 7175127.

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

Color convert

RGB 215 123 109 -
CMYK 0 0.43 0.49 0.16
HSL 7.92º 0.57% 0.64% -
HSV(B) 7.92º 0.49% 0.84% -
XYZ 37.87 29.72 18.21 -
YUV 148.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 215 123 109 0 0.43 0.49 0.16 7.92 0.57 0.64
Hex D7 7B 6D 0 2B 31 10 8 39 40
Octal 327 173 155 0 53 61 20 10 71 100
Binary 11010111 1111011 1101101 0 101011 110001 10000 1000 111001 1000000

Color Harmonies of #D77B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B6D

Black with #D77B6D

Text Example


Text Example

White with #D77B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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