#857766

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

Shades of Sand Dune #857766

Tints of Sand Dune #857766

Color information

#857766 (or 0x857766) is unknown color: approx Sand Dune. HEX triplet: 85, 77 and 66. RGB value is (133,119,102). Sum of RGB (Red+Green+Blue) = 133+119+102=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #857766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857766 is #7A8899. Grayscale: #797979. Windows color (decimal): -8030362 or 6715269. OLE color: 6715269.

HSL color Cylindrical-coordinate representation of color #857766: hue angle of 32.9º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #857766 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB133119102-
CMYK00.110.230.48
HSL32.9º13.19%46.08%-
HSV(B)32.9º23.31%52.16%-
XYZ18.6719.1415.28-
YUV121.25117.14136.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=37.57%
G=33.62%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311910200.110.230.4832.913.1946.08
Hex8577660B173021d2e
Octal2051671460132760411556
Binary100001011110111110011001011101111100001000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857766; }

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

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

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

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

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

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

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

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