#88765F

Color #88765F Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #88765F

Tints of Sand Dune #88765F

Color information

#88765F (or 0x88765F) is unknown color: approx Sand Dune. HEX triplet: 88, 76 and 5F. RGB value is (136,118,95). Sum of RGB (Red+Green+Blue) = 136+118+95=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #88765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88765F is #7789A0. Grayscale: #787878. Windows color (decimal): -7834017 or 6256264. OLE color: 6256264.

HSL color Cylindrical-coordinate representation of color #88765F: hue angle of 33.66º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88765F is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13611895-
CMYK00.130.300.47
HSL33.66º17.75%45.29%-
HSV(B)33.66º30.15%53.33%-
XYZ18.719.0213.51-
YUV120.76113.46138.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=38.97%
G=33.81%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361189500.130.300.4733.6617.7545.29
Hex88765F0D1E2F22122d
Octal2101661370153657422255
Binary1000100011101101011111011011111010111110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88765F; }

 p { color: rgb(136,118,95); }

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

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

 a { background-color: rgb(136,118,95); }

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

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

 span { border-color: rgb(136,118,95); }

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