Html Css Color HEX #808A5A Finch

📋 copy color: '#808A5A'

red 128 ◦ green 138 ◦ blue 90

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

Shades of Finch #808A5A

Tints of Finch #808A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 35.96%
G = 38.76%
B = 25.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#808A5A (or 0x808A5A) is known color: Finch. HEX triplet: 80, 8A and 5A. RGB value is (128,138,90). Sum of RGB (Red+Green+Blue) = 128+138+90=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #808A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A5A is #7F75A5. Grayscale: #818181. Windows color (decimal): -8353190 or 5933696. OLE color: 5933696.

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

Color convert

RGB 128 138 90 -
CMYK 0.07 0 0.35 0.46
HSL 72.5º 0.21% 0.45% -
HSV(B) 72.5º 0.35% 0.54% -
XYZ 19.84 23.5 13.16 -
YUV 129.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 128 138 90 0.07 0 0.35 0.46 72.5 0.21 0.45
Hex 80 8A 5A 7 0 23 2E 48 15 2D
Octal 200 212 132 7 0 43 56 110 25 55
Binary 10000000 10001010 1011010 111 0 100011 101110 1001000 10101 101101

Color Harmonies of #808A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A5A

Black with #808A5A

Text Example


Text Example

White with #808A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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