Html Css Color HEX #827766 Stonewall

📋 copy color: '#827766'

red 130 ◦ green 119 ◦ blue 102

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

Shades of Stonewall #827766

Tints of Stonewall #827766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 37.04%
G = 33.9%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#827766 (or 0x827766) is known color: Stonewall. HEX triplet: 82, 77 and 66. RGB value is (130,119,102). Sum of RGB (Red+Green+Blue) = 130+119+102=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #827766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827766 is #7D8899. Grayscale: #787878. Windows color (decimal): -8226970 or 6715266. OLE color: 6715266.

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

Color convert

RGB 130 119 102 -
CMYK 0 0.08 0.22 0.49
HSL 36.43º 0.12% 0.45% -
HSV(B) 36.43º 0.22% 0.51% -
XYZ 18.2 18.9 15.26 -
YUV 120.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 130 119 102 0 0.08 0.22 0.49 36.43 0.12 0.45
Hex 82 77 66 0 8 16 31 24 C 2D
Octal 202 167 146 0 10 26 61 44 14 55
Binary 10000010 1110111 1100110 0 1000 10110 110001 100100 1100 101101

Color Harmonies of #827766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827766

Black with #827766

Text Example


Text Example

White with #827766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827766; }

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

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

background-color css

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

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

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

border-color css

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

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

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