Html Css Color HEX #80716D Ferra

📋 copy color: '#80716D'

red 128 ◦ green 113 ◦ blue 109

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

Shades of Ferra #80716D

Tints of Ferra #80716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 36.57%
G = 32.29%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80716D (or 0x80716D) is known color: Ferra. HEX triplet: 80, 71 and 6D. RGB value is (128,113,109). Sum of RGB (Red+Green+Blue) = 128+113+109=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 128 - color contains mainly: red. Hex color #80716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80716D is #7F8E92. Grayscale: #757575. Windows color (decimal): -8359571 or 7172480. OLE color: 7172480.

HSL color Cylindrical-coordinate representation of color #80716D: hue angle of 12.63º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #80716D is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 109 -
CMYK 0 0.12 0.15 0.50
HSL 12.63º 0.08% 0.46% -
HSV(B) 12.63º 0.15% 0.5% -
XYZ 17.57 17.5 16.92 -
YUV 117.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 128 113 109 0 0.12 0.15 0.50 12.63 0.08 0.46
Hex 80 71 6D 0 C F 32 D 8 2E
Octal 200 161 155 0 14 17 62 15 10 56
Binary 10000000 1110001 1101101 0 1100 1111 110010 1101 1000 101110

Color Harmonies of #80716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80716D

Black with #80716D

Text Example


Text Example

White with #80716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80716D; }

 p { color: rgb(128,113,109); }

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

background-color css

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

 a { background-color: rgb(128,113,109); }

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

border-color css

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

 span { border-color: rgb(128,113,109); }

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