Html Css Color HEX #828780 Spanish Green

📋 copy color: '#828780'

red 130 ◦ green 135 ◦ blue 128

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

Shades of Spanish Green #828780

Tints of Spanish Green #828780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

 BLUE value IS 128 (50.39% from 255) = 32.57%

R = 33.08%
G = 34.35%
B = 32.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#828780 (or 0x828780) is known color: Spanish Green. HEX triplet: 82, 87 and 80. RGB value is (130,135,128). Sum of RGB (Red+Green+Blue) = 130+135+128=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 135 - color contains mainly: green. Hex color #828780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828780 is #7D787F. Grayscale: #848484. Windows color (decimal): -8222848 or 8423298. OLE color: 8423298.

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

Color convert

RGB 130 135 128 -
CMYK 0.04 0 0.05 0.47
HSL 102.86º 0.03% 0.52% -
HSV(B) 102.86º 0.05% 0.53% -
XYZ 21.77 23.63 23.84 -
YUV 132.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 130 135 128 0.04 0 0.05 0.47 102.86 0.03 0.52
Hex 82 87 80 4 0 5 2F 67 3 34
Octal 202 207 200 4 0 5 57 147 3 64
Binary 10000010 10000111 10000000 100 0 101 101111 1100111 11 110100

Color Harmonies of #828780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828780

Black with #828780

Text Example


Text Example

White with #828780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828780; }

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

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

background-color css

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

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

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

border-color css

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

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

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