Html Css Color HEX #808857 Finch

📋 copy color: '#808857'

red 128 ◦ green 136 ◦ blue 87

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

Shades of Finch #808857

Tints of Finch #808857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.79%

R = 36.47%
G = 38.75%
B = 24.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#808857 (or 0x808857) is known color: Finch. HEX triplet: 80, 88 and 57. RGB value is (128,136,87). Sum of RGB (Red+Green+Blue) = 128+136+87=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #808857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808857 is #7F77A8. Grayscale: #808080. Windows color (decimal): -8353705 or 5736576. OLE color: 5736576.

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

Color convert

RGB 128 136 87 -
CMYK 0.06 0 0.36 0.47
HSL 69.8º 0.22% 0.44% -
HSV(B) 69.8º 0.36% 0.53% -
XYZ 19.43 22.89 12.41 -
YUV 128.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 128 136 87 0.06 0 0.36 0.47 69.8 0.22 0.44
Hex 80 88 57 6 0 24 2F 46 16 2C
Octal 200 210 127 6 0 44 57 106 26 54
Binary 10000000 10001000 1010111 110 0 100100 101111 1000110 10110 101100

Color Harmonies of #808857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808857

Black with #808857

Text Example


Text Example

White with #808857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808857; }

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

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

background-color css

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

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

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

border-color css

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

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

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