Html Css Color HEX #82887D Spanish Green

📋 copy color: '#82887D'

red 130 ◦ green 136 ◦ blue 125

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

Shades of Spanish Green #82887D

Tints of Spanish Green #82887D

RGB

 RED value IS 130 (51.17% from 255) = 33.25%

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

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 33.25%
G = 34.78%
B = 31.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#82887D (or 0x82887D) is known color: Spanish Green. HEX triplet: 82, 88 and 7D. RGB value is (130,136,125). Sum of RGB (Red+Green+Blue) = 130+136+125=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 136 - color contains mainly: green. Hex color #82887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82887D is #7D7782. Grayscale: #848484. Windows color (decimal): -8222595 or 8226946. OLE color: 8226946.

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

Color convert

RGB 130 136 125 -
CMYK 0.04 0 0.08 0.47
HSL 92.73º 0.04% 0.51% -
HSV(B) 92.73º 0.08% 0.53% -
XYZ 21.71 23.83 22.86 -
YUV 132.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 130 136 125 0.04 0 0.08 0.47 92.73 0.04 0.51
Hex 82 88 7D 4 0 8 2F 5D 4 33
Octal 202 210 175 4 0 10 57 135 4 63
Binary 10000010 10001000 1111101 100 0 1000 101111 1011101 100 110011

Color Harmonies of #82887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82887D

Black with #82887D

Text Example


Text Example

White with #82887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82887D; }

 p { color: rgb(130,136,125); }

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

background-color css

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

 a { background-color: rgb(130,136,125); }

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

border-color css

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

 span { border-color: rgb(130,136,125); }

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