Html Css Color HEX #807371 Ferra

📋 copy color: '#807371'

red 128 ◦ green 115 ◦ blue 113

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

Shades of Ferra #807371

Tints of Ferra #807371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.74%

R = 35.96%
G = 32.3%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#807371 (or 0x807371) is known color: Ferra. HEX triplet: 80, 73 and 71. RGB value is (128,115,113). Sum of RGB (Red+Green+Blue) = 128+115+113=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 128 - color contains mainly: red. Hex color #807371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807371 is #7F8C8E. Grayscale: #767676. Windows color (decimal): -8359055 or 7435136. OLE color: 7435136.

HSL color Cylindrical-coordinate representation of color #807371: hue angle of 8º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807371 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 113 -
CMYK 0 0.10 0.12 0.50
HSL 0.06% 0.47% -
HSV(B) 0.12% 0.5% -
XYZ 18.01 18.04 18.16 -
YUV 118.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 128 115 113 0 0.10 0.12 0.50 8 0.06 0.47
Hex 80 73 71 0 A C 32 8 6 2F
Octal 200 163 161 0 12 14 62 10 6 57
Binary 10000000 1110011 1110001 0 1010 1100 110010 1000 110 101111

Color Harmonies of #807371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807371

Black with #807371

Text Example


Text Example

White with #807371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807371; }

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

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

background-color css

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

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

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

border-color css

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

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

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