Html Css Color HEX #838782 Spanish Green

📋 copy color: '#838782'

red 131 ◦ green 135 ◦ blue 130

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

Shades of Spanish Green #838782

Tints of Spanish Green #838782

RGB

 RED value IS 131 (51.56% from 255) = 33.08%

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

 BLUE value IS 130 (51.17% from 255) = 32.83%

R = 33.08%
G = 34.09%
B = 32.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#838782 (or 0x838782) is known color: Spanish Green. HEX triplet: 83, 87 and 82. RGB value is (131,135,130). Sum of RGB (Red+Green+Blue) = 131+135+130=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 135 - color contains mainly: green. Hex color #838782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838782 is #7C787D. Grayscale: #858585. Windows color (decimal): -8157310 or 8554371. OLE color: 8554371.

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

Color convert

RGB 131 135 130 -
CMYK 0.03 0 0.04 0.47
HSL 108º 0.02% 0.52% -
HSV(B) 108º 0.04% 0.53% -
XYZ 22.05 23.76 24.54 -
YUV 133.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 131 135 130 0.03 0 0.04 0.47 108 0.02 0.52
Hex 83 87 82 3 0 4 2F 6C 2 34
Octal 203 207 202 3 0 4 57 154 2 64
Binary 10000011 10000111 10000010 11 0 100 101111 1101100 10 110100

Color Harmonies of #838782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838782

Black with #838782

Text Example


Text Example

White with #838782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838782; }

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

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

background-color css

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

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

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

border-color css

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

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

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