Html Css Color HEX #D77B73 New York Pink

📋 copy color: '#D77B73'

red 215 ◦ green 123 ◦ blue 115

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

Shades of New York Pink #D77B73

Tints of New York Pink #D77B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.39%

R = 47.46%
G = 27.15%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D77B73 (or 0xD77B73) is known color: New York Pink. HEX triplet: D7, 7B and 73. RGB value is (215,123,115). Sum of RGB (Red+Green+Blue) = 215+123+115=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B73 is #28848C. Grayscale: #959595. Windows color (decimal): -2655373 or 7568343. OLE color: 7568343.

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

Color convert

RGB 215 123 115 -
CMYK 0 0.43 0.47 0.16
HSL 4.8º 0.56% 0.65% -
HSV(B) 4.8º 0.47% 0.84% -
XYZ 38.2 29.85 19.97 -
YUV 149.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 215 123 115 0 0.43 0.47 0.16 4.8 0.56 0.65
Hex D7 7B 73 0 2B 2F 10 5 38 41
Octal 327 173 163 0 53 57 20 5 70 101
Binary 11010111 1111011 1110011 0 101011 101111 10000 101 111000 1000001

Color Harmonies of #D77B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B73

Black with #D77B73

Text Example


Text Example

White with #D77B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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