#82765A

Color #82765A Stonewall (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stonewall #82765A

Tints of Stonewall #82765A

Color information

#82765A (or 0x82765A) is unknown color: approx Stonewall. HEX triplet: 82, 76 and 5A. RGB value is (130,118,90). Sum of RGB (Red+Green+Blue) = 130+118+90=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82765A is #7D89A5. Grayscale: #767676. Windows color (decimal): -8227238 or 5928578. OLE color: 5928578.

HSL color Cylindrical-coordinate representation of color #82765A: hue angle of 42º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82765A is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB13011890-
CMYK00.090.310.49
HSL42º18.18%43.14%-
HSV(B)42º30.77%50.98%-
XYZ17.5318.4412.31-
YUV118.4111.98136.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=38.46%
G=34.91%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301189000.090.310.494218.1843.14
Hex82765A091F312a122b
Octal2021661320113761522253
Binary1000001011101101011010010011111111000110101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,118,90); }

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

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

 a { background-color: rgb(130,118,90); }

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

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

 span { border-color: rgb(130,118,90); }

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