Html Css Color HEX #D77B6E New York Pink

📋 copy color: '#D77B6E'

red 215 ◦ green 123 ◦ blue 110

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

Shades of New York Pink #D77B6E

Tints of New York Pink #D77B6E

RGB

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

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

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

R = 47.99%
G = 27.46%
B = 24.55%

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

#D77B6E (or 0xD77B6E) is known color: New York Pink. HEX triplet: D7, 7B and 6E. RGB value is (215,123,110). Sum of RGB (Red+Green+Blue) = 215+123+110=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B6E is #288491. Grayscale: #959595. Windows color (decimal): -2655378 or 7240663. OLE color: 7240663.

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

Color convert

RGB 215 123 110 -
CMYK 0 0.43 0.49 0.16
HSL 7.43º 0.57% 0.64% -
HSV(B) 7.43º 0.49% 0.84% -
XYZ 37.92 29.74 18.49 -
YUV 149.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 215 123 110 0 0.43 0.49 0.16 7.43 0.57 0.64
Hex D7 7B 6E 0 2B 31 10 7 39 40
Octal 327 173 156 0 53 61 20 7 71 100
Binary 11010111 1111011 1101110 0 101011 110001 10000 111 111001 1000000

Color Harmonies of #D77B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B6E

Black with #D77B6E

Text Example


Text Example

White with #D77B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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