#808754

Color #808754 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #808754

Tints of Finch #808754

Color information

#808754 (or 0x808754) is unknown color: approx Finch. HEX triplet: 80, 87 and 54. RGB value is (128,135,84). Sum of RGB (Red+Green+Blue) = 128+135+84=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #808754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808754 is #7F78AB. Grayscale: #7F7F7F. Windows color (decimal): -8353964 or 5539712. OLE color: 5539712.

HSL color Cylindrical-coordinate representation of color #808754: hue angle of 68.24º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808754 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB12813584-
CMYK0.0500.380.47
HSL68.24º23.29%42.94%-
HSV(B)68.24º37.78%52.94%-
XYZ19.1722.5611.73-
YUV127.09103.68128.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=36.89%
G=38.90%
B=24.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135840.0500.380.4768.2423.2942.94
Hex80875450262F44172b
Octal2002071245046571042753
Binary100000001000011110101001010100110101111100010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808754; }

 p { color: rgb(128,135,84); }

 H1.HeaderClassName
 {
   color: #808754;
 }
 .AnyTagClassName
 {
   color: #808754;
 }
</style>
background-color css

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

 a { background-color: rgb(128,135,84); }

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

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

 span { border-color: rgb(128,135,84); }

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