Html Css Color HEX #857764 Sand Dune

📋 copy color: '#857764'

red 133 ◦ green 119 ◦ blue 100

#857764
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #857764

Tints of Sand Dune #857764

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 value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#857764 (or 0x857764) is known color: 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

RGB 133 119 100 -
CMYK 0 0.11 0.25 0.48
HSL 34.55º 0.14% 0.46% -
HSV(B) 34.55º 0.25% 0.52% -
XYZ 18.57 19.1 14.76 -
YUV 121.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 133 119 100 0 0.11 0.25 0.48 34.55 0.14 0.46
Hex 85 77 64 0 B 19 30 23 E 2E
Octal 205 167 144 0 13 31 60 43 16 56
Binary 10000101 1110111 1100100 0 1011 11001 110000 100011 1110 101110

Color Harmonies of #857764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857764

Black with #857764

Text Example


Text Example

White with #857764

Text Example


Text Example

HTML Codes & Css Web 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>