Html Css Color HEX #82765E Stonewall

📋 copy color: '#82765E'

red 130 ◦ green 118 ◦ blue 94

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

Shades of Stonewall #82765E

Tints of Stonewall #82765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 38.01%
G = 34.5%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82765E (or 0x82765E) is known color: 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

RGB 130 118 94 -
CMYK 0 0.09 0.28 0.49
HSL 40º 0.16% 0.44% -
HSV(B) 40º 0.28% 0.51% -
XYZ 17.7 18.51 13.23 -
YUV 118.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 130 118 94 0 0.09 0.28 0.49 40 0.16 0.44
Hex 82 76 5E 0 9 1C 31 28 10 2C
Octal 202 166 136 0 11 34 61 50 20 54
Binary 10000010 1110110 1011110 0 1001 11100 110001 101000 10000 101100

Color Harmonies of #82765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82765E

Black with #82765E

Text Example


Text Example

White with #82765E

Text Example


Text Example

HTML Codes & Css Web 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>