Html Css Color HEX #808751 Finch

📋 copy color: '#808751'

red 128 ◦ green 135 ◦ blue 81

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

Shades of Finch #808751

Tints of Finch #808751

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.24%

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 37.21%
G = 39.24%
B = 23.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#808751 (or 0x808751) is known color: Finch. HEX triplet: 80, 87 and 51. RGB value is (128,135,81). Sum of RGB (Red+Green+Blue) = 128+135+81=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #808751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808751 is #7F78AE. Grayscale: #7E7E7E. Windows color (decimal): -8353967 or 5343104. OLE color: 5343104.

HSL color Cylindrical-coordinate representation of color #808751: hue angle of 67.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808751 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 81 -
CMYK 0.05 0 0.40 0.47
HSL 67.78º 0.25% 0.42% -
HSV(B) 67.78º 0.4% 0.53% -
XYZ 19.05 22.51 11.13 -
YUV 126.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 128 135 81 0.05 0 0.40 0.47 67.78 0.25 0.42
Hex 80 87 51 5 0 28 2F 44 19 2A
Octal 200 207 121 5 0 50 57 104 31 52
Binary 10000000 10000111 1010001 101 0 101000 101111 1000100 11001 101010

Color Harmonies of #808751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808751

Black with #808751

Text Example


Text Example

White with #808751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808751; }

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

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

background-color css

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

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

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

border-color css

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

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

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