Html Css Color HEX #D77F80 Froly

📋 copy color: '#D77F80'

red 215 ◦ green 127 ◦ blue 128

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

Shades of Froly #D77F80

Tints of Froly #D77F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.23%

R = 45.74%
G = 27.02%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D77F80 (or 0xD77F80) is known color: Froly. HEX triplet: D7, 7F and 80. RGB value is (215,127,128). Sum of RGB (Red+Green+Blue) = 215+127+128=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F80 is #28807F. Grayscale: #999999. Windows color (decimal): -2654336 or 8421335. OLE color: 8421335.

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

Color convert

RGB 215 127 128 -
CMYK 0 0.41 0.40 0.16
HSL 359.32º 0.52% 0.67% -
HSV(B) 359.32º 0.41% 0.84% -
XYZ 39.51 31.18 24.36 -
YUV 153.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 215 127 128 0 0.41 0.40 0.16 359.32 0.52 0.67
Hex D7 7F 80 0 29 28 10 167 34 43
Octal 327 177 200 0 51 50 20 547 64 103
Binary 11010111 1111111 10000000 0 101001 101000 10000 101100111 110100 1000011

Color Harmonies of #D77F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F80

Black with #D77F80

Text Example


Text Example

White with #D77F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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