Html Css Color HEX #80726F Ferra

📋 copy color: '#80726F'

red 128 ◦ green 114 ◦ blue 111

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

Shades of Ferra #80726F

Tints of Ferra #80726F

RGB

 RED value IS 128 (50.39% from 255) = 36.26%

 GREEN value IS 114 (44.92% from 255) = 32.29%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 36.26%
G = 32.29%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80726F (or 0x80726F) is known color: Ferra. HEX triplet: 80, 72 and 6F. RGB value is (128,114,111). Sum of RGB (Red+Green+Blue) = 128+114+111=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #80726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80726F is #7F8D90. Grayscale: #757575. Windows color (decimal): -8359313 or 7303808. OLE color: 7303808.

HSL color Cylindrical-coordinate representation of color #80726F: hue angle of 10.59º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #80726F is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 114 111 -
CMYK 0 0.11 0.13 0.50
HSL 10.59º 0.07% 0.47% -
HSV(B) 10.59º 0.13% 0.5% -
XYZ 17.79 17.77 17.53 -
YUV 117.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 128 114 111 0 0.11 0.13 0.50 10.59 0.07 0.47
Hex 80 72 6F 0 B D 32 B 7 2F
Octal 200 162 157 0 13 15 62 13 7 57
Binary 10000000 1110010 1101111 0 1011 1101 110010 1011 111 101111

Color Harmonies of #80726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80726F

Black with #80726F

Text Example


Text Example

White with #80726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80726F; }

 p { color: rgb(128,114,111); }

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

background-color css

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

 a { background-color: rgb(128,114,111); }

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

border-color css

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

 span { border-color: rgb(128,114,111); }

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