#827766

Color #827766 Stonewall (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stonewall #827766

Tints of Stonewall #827766

Color information

#827766 (or 0x827766) is unknown color: approx 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

RGB130119102-
CMYK00.080.220.49
HSL36.43º12.07%45.49%-
HSV(B)36.43º21.54%50.98%-
XYZ18.218.915.26-
YUV120.35117.64134.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=37.04%
G=33.90%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011910200.080.220.4936.4312.0745.49
Hex82776608163124c2d
Octal2021671460102661441455
Binary100000101110111110011001000101101100011001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>