Html Css Color HEX #80887A Spanish Green

📋 copy color: '#80887A'

red 128 ◦ green 136 ◦ blue 122

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

Shades of Spanish Green #80887A

Tints of Spanish Green #80887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 33.16%
G = 35.23%
B = 31.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#80887A (or 0x80887A) is known color: Spanish Green. HEX triplet: 80, 88 and 7A. RGB value is (128,136,122). Sum of RGB (Red+Green+Blue) = 128+136+122=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 136 - color contains mainly: green. Hex color #80887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80887A is #7F7785. Grayscale: #848484. Windows color (decimal): -8353670 or 8030336. OLE color: 8030336.

HSL color Cylindrical-coordinate representation of color #80887A: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #80887A is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 122 -
CMYK 0.06 0 0.10 0.47
HSL 94.29º 0.06% 0.51% -
HSV(B) 94.29º 0.1% 0.53% -
XYZ 21.22 23.6 21.85 -
YUV 132.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 128 136 122 0.06 0 0.10 0.47 94.29 0.06 0.51
Hex 80 88 7A 6 0 A 2F 5E 6 33
Octal 200 210 172 6 0 12 57 136 6 63
Binary 10000000 10001000 1111010 110 0 1010 101111 1011110 110 110011

Color Harmonies of #80887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80887A

Black with #80887A

Text Example


Text Example

White with #80887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80887A; }

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

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

background-color css

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

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

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

border-color css

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

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

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