#817766

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

Shades of Stonewall #817766

Tints of Stonewall #817766

Color information

#817766 (or 0x817766) is unknown color: approx Stonewall. HEX triplet: 81, 77 and 66. RGB value is (129,119,102). Sum of RGB (Red+Green+Blue) = 129+119+102=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #817766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817766 is #7E8899. Grayscale: #787878. Windows color (decimal): -8292506 or 6715265. OLE color: 6715265.

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

Color convert

RGB129119102-
CMYK00.080.210.49
HSL37.78º11.69%45.29%-
HSV(B)37.78º20.93%50.59%-
XYZ18.0518.8215.25-
YUV120.05117.81134.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=36.86%
G=34%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911910200.080.210.4937.7811.6945.29
Hex81776608153126c2d
Octal2011671460102561461455
Binary100000011110111110011001000101011100011001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817766; }

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

 H1.HeaderClassName
 {
   color: #817766;
 }
 .AnyTagClassName
 {
   color: #817766;
 }
</style>
background-color css

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

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

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

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

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

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