Html Css Color HEX #808A5B Finch

📋 copy color: '#808A5B'

red 128 ◦ green 138 ◦ blue 91

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

Shades of Finch #808A5B

Tints of Finch #808A5B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.66%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 35.85%
G = 38.66%
B = 25.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#808A5B (or 0x808A5B) is known color: Finch. HEX triplet: 80, 8A and 5B. RGB value is (128,138,91). Sum of RGB (Red+Green+Blue) = 128+138+91=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 138 - color contains mainly: green. Hex color #808A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A5B is #7F75A4. Grayscale: #818181. Windows color (decimal): -8353189 or 5999232. OLE color: 5999232.

HSL color Cylindrical-coordinate representation of color #808A5B: hue angle of 72.77º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #808A5B is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 138 91 -
CMYK 0.07 0 0.34 0.46
HSL 72.77º 0.21% 0.45% -
HSV(B) 72.77º 0.34% 0.54% -
XYZ 19.88 23.52 13.39 -
YUV 129.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 128 138 91 0.07 0 0.34 0.46 72.77 0.21 0.45
Hex 80 8A 5B 7 0 22 2E 49 15 2D
Octal 200 212 133 7 0 42 56 111 25 55
Binary 10000000 10001010 1011011 111 0 100010 101110 1001001 10101 101101

Color Harmonies of #808A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A5B

Black with #808A5B

Text Example


Text Example

White with #808A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808A5B; }

 p { color: rgb(128,138,91); }

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

background-color css

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

 a { background-color: rgb(128,138,91); }

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

border-color css

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

 span { border-color: rgb(128,138,91); }

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