Html Css Color HEX #D77F83 Charm

📋 copy color: '#D77F83'

red 215 ◦ green 127 ◦ blue 131

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

Shades of Charm #D77F83

Tints of Charm #D77F83

RGB

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

 GREEN value IS 127 (50% from 255) = 26.85%

 BLUE value IS 131 (51.56% from 255) = 27.7%

R = 45.45%
G = 26.85%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D77F83 (or 0xD77F83) is known color: Charm. HEX triplet: D7, 7F and 83. RGB value is (215,127,131). Sum of RGB (Red+Green+Blue) = 215+127+131=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F83 is #28807C. Grayscale: #999999. Windows color (decimal): -2654333 or 8617943. OLE color: 8617943.

HSL color Cylindrical-coordinate representation of color #D77F83: hue angle of 357.27º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77F83 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 127 131 -
CMYK 0 0.41 0.39 0.16
HSL 357.27º 0.52% 0.67% -
HSV(B) 357.27º 0.41% 0.84% -
XYZ 39.71 31.26 25.41 -
YUV 153.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 215 127 131 0 0.41 0.39 0.16 357.27 0.52 0.67
Hex D7 7F 83 0 29 27 10 165 34 43
Octal 327 177 203 0 51 47 20 545 64 103
Binary 11010111 1111111 10000011 0 101001 100111 10000 101100101 110100 1000011

Color Harmonies of #D77F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F83

Black with #D77F83

Text Example


Text Example

White with #D77F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F83; }

 p { color: rgb(215,127,131); }

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

background-color css

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

 a { background-color: rgb(215,127,131); }

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

border-color css

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

 span { border-color: rgb(215,127,131); }

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