Html Css Color HEX #827860 Stonewall

📋 copy color: '#827860'

red 130 ◦ green 120 ◦ blue 96

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

Shades of Stonewall #827860

Tints of Stonewall #827860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 96 (37.89% from 255) = 27.75%

R = 37.57%
G = 34.68%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#827860 (or 0x827860) is known color: Stonewall. HEX triplet: 82, 78 and 60. RGB value is (130,120,96). Sum of RGB (Red+Green+Blue) = 130+120+96=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827860 is #7D879F. Grayscale: #787878. Windows color (decimal): -8226720 or 6322306. OLE color: 6322306.

HSL color Cylindrical-coordinate representation of color #827860: hue angle of 42.35º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #827860 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 96 -
CMYK 0 0.08 0.26 0.49
HSL 42.35º 0.15% 0.44% -
HSV(B) 42.35º 0.26% 0.51% -
XYZ 18.03 19.02 13.79 -
YUV 120.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 130 120 96 0 0.08 0.26 0.49 42.35 0.15 0.44
Hex 82 78 60 0 8 1A 31 2A F 2C
Octal 202 170 140 0 10 32 61 52 17 54
Binary 10000010 1111000 1100000 0 1000 11010 110001 101010 1111 101100

Color Harmonies of #827860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827860

Black with #827860

Text Example


Text Example

White with #827860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827860; }

 p { color: rgb(130,120,96); }

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

background-color css

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

 a { background-color: rgb(130,120,96); }

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

border-color css

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

 span { border-color: rgb(130,120,96); }

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