Html Css Color HEX #80864E Finch

📋 copy color: '#80864E'

red 128 ◦ green 134 ◦ blue 78

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

Shades of Finch #80864E

Tints of Finch #80864E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

 BLUE value IS 78 (30.86% from 255) = 22.94%

R = 37.65%
G = 39.41%
B = 22.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#80864E (or 0x80864E) is known color: Finch. HEX triplet: 80, 86 and 4E. RGB value is (128,134,78). Sum of RGB (Red+Green+Blue) = 128+134+78=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #80864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80864E is #7F79B1. Grayscale: #7E7E7E. Windows color (decimal): -8354226 or 5146240. OLE color: 5146240.

HSL color Cylindrical-coordinate representation of color #80864E: hue angle of 66.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80864E is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 134 78 -
CMYK 0.04 0 0.42 0.47
HSL 66.43º 0.26% 0.42% -
HSV(B) 66.43º 0.42% 0.53% -
XYZ 18.8 22.19 10.5 -
YUV 125.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 128 134 78 0.04 0 0.42 0.47 66.43 0.26 0.42
Hex 80 86 4E 4 0 2A 2F 42 1A 2A
Octal 200 206 116 4 0 52 57 102 32 52
Binary 10000000 10000110 1001110 100 0 101010 101111 1000010 11010 101010

Color Harmonies of #80864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80864E

Black with #80864E

Text Example


Text Example

White with #80864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80864E; }

 p { color: rgb(128,134,78); }

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

background-color css

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

 a { background-color: rgb(128,134,78); }

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

border-color css

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

 span { border-color: rgb(128,134,78); }

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