#877368

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

Shades of Sand Dune #877368

Tints of Sand Dune #877368

Color information

#877368 (or 0x877368) is unknown color: approx Sand Dune. HEX triplet: 87, 73 and 68. RGB value is (135,115,104). Sum of RGB (Red+Green+Blue) = 135+115+104=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #877368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877368 is #788C97. Grayscale: #777777. Windows color (decimal): -7900312 or 6845319. OLE color: 6845319.

HSL color Cylindrical-coordinate representation of color #877368: hue angle of 21.29º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #877368 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB135115104-
CMYK00.150.230.47
HSL21.29º12.97%46.86%-
HSV(B)21.29º22.96%52.94%-
XYZ18.6218.4115.67-
YUV119.73119.13138.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=38.14%
G=32.49%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511510400.150.230.4721.2912.9746.86
Hex8773680F172F15d2f
Octal2071631500172757251557
Binary10000111111001111010000111110111101111101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877368; }

 p { color: rgb(135,115,104); }

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

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

 a { background-color: rgb(135,115,104); }

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

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

 span { border-color: rgb(135,115,104); }

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