#857764

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

Shades of Sand Dune #857764

Tints of Sand Dune #857764

Color information

#857764 (or 0x857764) is unknown color: approx Sand Dune. HEX triplet: 85, 77 and 64. RGB value is (133,119,100). Sum of RGB (Red+Green+Blue) = 133+119+100=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857764 is #7A889B. Grayscale: #797979. Windows color (decimal): -8030364 or 6584197. OLE color: 6584197.

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

Color convert

RGB133119100-
CMYK00.110.250.48
HSL34.55º14.16%45.69%-
HSV(B)34.55º24.81%52.16%-
XYZ18.5719.114.76-
YUV121.02116.14136.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=37.78%
G=33.81%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311910000.110.250.4834.5514.1645.69
Hex8577640B193023e2e
Octal2051671440133160431656
Binary100001011110111110010001011110011100001000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857764; }

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

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

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

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

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

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

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

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