Html Css Color HEX #82765F Stonewall

📋 copy color: '#82765F'

red 130 ◦ green 118 ◦ blue 95

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

Shades of Stonewall #82765F

Tints of Stonewall #82765F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 37.9%
G = 34.4%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82765F (or 0x82765F) is known color: Stonewall. HEX triplet: 82, 76 and 5F. RGB value is (130,118,95). Sum of RGB (Red+Green+Blue) = 130+118+95=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #82765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82765F is #7D89A0. Grayscale: #777777. Windows color (decimal): -8227233 or 6256258. OLE color: 6256258.

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

Color convert

RGB 130 118 95 -
CMYK 0 0.09 0.27 0.49
HSL 39.43º 0.16% 0.44% -
HSV(B) 39.43º 0.27% 0.51% -
XYZ 17.75 18.53 13.47 -
YUV 118.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 130 118 95 0 0.09 0.27 0.49 39.43 0.16 0.44
Hex 82 76 5F 0 9 1B 31 27 10 2C
Octal 202 166 137 0 11 33 61 47 20 54
Binary 10000010 1110110 1011111 0 1001 11011 110001 100111 10000 101100

Color Harmonies of #82765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82765F

Black with #82765F

Text Example


Text Example

White with #82765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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