#88795C

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

Shades of Stonewall #88795C

Tints of Stonewall #88795C

Color information

#88795C (or 0x88795C) is unknown color: approx Stonewall. HEX triplet: 88, 79 and 5C. RGB value is (136,121,92). Sum of RGB (Red+Green+Blue) = 136+121+92=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #88795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88795C is #7786A3. Grayscale: #7A7A7A. Windows color (decimal): -7833252 or 6060424. OLE color: 6060424.

HSL color Cylindrical-coordinate representation of color #88795C: hue angle of 39.55º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88795C is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13612192-
CMYK00.110.320.47
HSL39.55º19.3%44.71%-
HSV(B)39.55º32.35%53.33%-
XYZ18.9219.6812.93-
YUV122.18110.97137.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=38.97%
G=34.67%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361219200.110.320.4739.5519.344.71
Hex88795C0B202F28132d
Octal2101711340134057502355
Binary10001000111100110111000101110000010111110100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88795C; }

 p { color: rgb(136,121,92); }

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

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

 a { background-color: rgb(136,121,92); }

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

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

 span { border-color: rgb(136,121,92); }

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