Html Css Color HEX #82765C Stonewall

📋 copy color: '#82765C'

red 130 ◦ green 118 ◦ blue 92

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

Shades of Stonewall #82765C

Tints of Stonewall #82765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 38.24%
G = 34.71%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82765C (or 0x82765C) is known color: Stonewall. HEX triplet: 82, 76 and 5C. RGB value is (130,118,92). Sum of RGB (Red+Green+Blue) = 130+118+92=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82765C is #7D89A3. Grayscale: #767676. Windows color (decimal): -8227236 or 6059650. OLE color: 6059650.

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

Color convert

RGB 130 118 92 -
CMYK 0 0.09 0.29 0.49
HSL 41.05º 0.17% 0.44% -
HSV(B) 41.05º 0.29% 0.51% -
XYZ 17.62 18.48 12.76 -
YUV 118.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 130 118 92 0 0.09 0.29 0.49 41.05 0.17 0.44
Hex 82 76 5C 0 9 1D 31 29 11 2C
Octal 202 166 134 0 11 35 61 51 21 54
Binary 10000010 1110110 1011100 0 1001 11101 110001 101001 10001 101100

Color Harmonies of #82765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82765C

Black with #82765C

Text Example


Text Example

White with #82765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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