#82765E

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

Shades of Stonewall #82765E

Tints of Stonewall #82765E

Color information

#82765E (or 0x82765E) is unknown color: approx Stonewall. HEX triplet: 82, 76 and 5E. RGB value is (130,118,94). Sum of RGB (Red+Green+Blue) = 130+118+94=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82765E is #7D89A1. Grayscale: #767676. Windows color (decimal): -8227234 or 6190722. OLE color: 6190722.

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

Color convert

RGB13011894-
CMYK00.090.280.49
HSL40º16.07%43.92%-
HSV(B)40º27.69%50.98%-
XYZ17.718.5113.23-
YUV118.85113.98135.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=38.01%
G=34.50%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301189400.090.280.494016.0743.92
Hex82765E091C3128102c
Octal2021661360113461502054
Binary1000001011101101011110010011110011000110100010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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