Html Css Color HEX #827760 Stonewall

📋 copy color: '#827760'

red 130 ◦ green 119 ◦ blue 96

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

Shades of Stonewall #827760

Tints of Stonewall #827760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 37.68%
G = 34.49%
B = 27.83%

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

#827760 (or 0x827760) is known color: Stonewall. HEX triplet: 82, 77 and 60. RGB value is (130,119,96). Sum of RGB (Red+Green+Blue) = 130+119+96=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827760 is #7D889F. Grayscale: #777777. Windows color (decimal): -8226976 or 6322050. OLE color: 6322050.

HSL color Cylindrical-coordinate representation of color #827760: hue angle of 40.59º 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 #827760 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 96 -
CMYK 0 0.08 0.26 0.49
HSL 40.59º 0.15% 0.44% -
HSV(B) 40.59º 0.26% 0.51% -
XYZ 17.91 18.78 13.75 -
YUV 119.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 130 119 96 0 0.08 0.26 0.49 40.59 0.15 0.44
Hex 82 77 60 0 8 1A 31 29 F 2C
Octal 202 167 140 0 10 32 61 51 17 54
Binary 10000010 1110111 1100000 0 1000 11010 110001 101001 1111 101100

Color Harmonies of #827760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827760

Black with #827760

Text Example


Text Example

White with #827760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827760; }

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

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

background-color css

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

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

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

border-color css

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

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

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