#82877E

Color #82877E Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #82877E

Tints of Spanish Green #82877E

Color information

#82877E (or 0x82877E) is unknown color: approx Spanish Green. HEX triplet: 82, 87 and 7E. RGB value is (130,135,126). Sum of RGB (Red+Green+Blue) = 130+135+126=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 135 - color contains mainly: green. Hex color #82877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82877E is #7D7881. Grayscale: #848484. Windows color (decimal): -8222850 or 8292226. OLE color: 8292226.

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

Color convert

RGB130135126-
CMYK0.0400.070.47
HSL93.33º3.61%51.18%-
HSV(B)93.33º6.67%52.94%-
XYZ21.6423.5823.15-
YUV132.48124.34126.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=33.25%
G=34.53%
B=32.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301351260.0400.070.4793.333.6151.18
Hex82877E4072F5d433
Octal20220717640757135463
Binary1000001010000111111111010001111011111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,135,126); }

 H1.HeaderClassName
 {
   color: #82877E;
 }
 .AnyTagClassName
 {
   color: #82877E;
 }
</style>
background-color css

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

 a { background-color: rgb(130,135,126); }

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

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

 span { border-color: rgb(130,135,126); }

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