Html Css Color HEX #80736F Ferra

📋 copy color: '#80736F'

red 128 ◦ green 115 ◦ blue 111

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

Shades of Ferra #80736F

Tints of Ferra #80736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 36.16%
G = 32.49%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80736F (or 0x80736F) is known color: Ferra. HEX triplet: 80, 73 and 6F. RGB value is (128,115,111). Sum of RGB (Red+Green+Blue) = 128+115+111=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80736F is #7F8C90. Grayscale: #767676. Windows color (decimal): -8359057 or 7304064. OLE color: 7304064.

HSL color Cylindrical-coordinate representation of color #80736F: hue angle of 14.12º 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 #80736F is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 111 -
CMYK 0 0.10 0.13 0.50
HSL 14.12º 0.07% 0.47% -
HSV(B) 14.12º 0.13% 0.5% -
XYZ 17.9 18 17.57 -
YUV 118.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 128 115 111 0 0.10 0.13 0.50 14.12 0.07 0.47
Hex 80 73 6F 0 A D 32 E 7 2F
Octal 200 163 157 0 12 15 62 16 7 57
Binary 10000000 1110011 1101111 0 1010 1101 110010 1110 111 101111

Color Harmonies of #80736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80736F

Black with #80736F

Text Example


Text Example

White with #80736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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