Html Css Color HEX #808858 Finch

📋 copy color: '#808858'

red 128 ◦ green 136 ◦ blue 88

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

Shades of Finch #808858

Tints of Finch #808858

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

 BLUE value IS 88 (34.77% from 255) = 25%

R = 36.36%
G = 38.64%
B = 25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#808858 (or 0x808858) is known color: Finch. HEX triplet: 80, 88 and 58. RGB value is (128,136,88). Sum of RGB (Red+Green+Blue) = 128+136+88=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #808858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808858 is #7F77A7. Grayscale: #808080. Windows color (decimal): -8353704 or 5802112. OLE color: 5802112.

HSL color Cylindrical-coordinate representation of color #808858: hue angle of 70º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808858 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 88 -
CMYK 0.06 0 0.35 0.47
HSL 70º 0.21% 0.44% -
HSV(B) 70º 0.35% 0.53% -
XYZ 19.47 22.9 12.63 -
YUV 128.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 128 136 88 0.06 0 0.35 0.47 70 0.21 0.44
Hex 80 88 58 6 0 23 2F 46 15 2C
Octal 200 210 130 6 0 43 57 106 25 54
Binary 10000000 10001000 1011000 110 0 100011 101111 1000110 10101 101100

Color Harmonies of #808858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808858

Black with #808858

Text Example


Text Example

White with #808858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808858; }

 p { color: rgb(128,136,88); }

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

background-color css

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

 a { background-color: rgb(128,136,88); }

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

border-color css

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

 span { border-color: rgb(128,136,88); }

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