Html Css Color HEX #857768 Sand Dune

📋 copy color: '#857768'

red 133 ◦ green 119 ◦ blue 104

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

Shades of Sand Dune #857768

Tints of Sand Dune #857768

RGB

 RED value IS 133 (52.34% from 255) = 37.36%

 GREEN value IS 119 (46.88% from 255) = 33.43%

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 37.36%
G = 33.43%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#857768 (or 0x857768) is known color: Sand Dune. HEX triplet: 85, 77 and 68. RGB value is (133,119,104). Sum of RGB (Red+Green+Blue) = 133+119+104=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #857768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857768 is #7A8897. Grayscale: #797979. Windows color (decimal): -8030360 or 6846341. OLE color: 6846341.

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

Color convert

RGB 133 119 104 -
CMYK 0 0.11 0.22 0.48
HSL 31.03º 0.12% 0.46% -
HSV(B) 31.03º 0.22% 0.52% -
XYZ 18.77 19.18 15.81 -
YUV 121.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 133 119 104 0 0.11 0.22 0.48 31.03 0.12 0.46
Hex 85 77 68 0 B 16 30 1F C 2E
Octal 205 167 150 0 13 26 60 37 14 56
Binary 10000101 1110111 1101000 0 1011 10110 110000 11111 1100 101110

Color Harmonies of #857768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857768

Black with #857768

Text Example


Text Example

White with #857768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857768; }

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

 H1.HeaderClassName
 {
   color: #857768;
 }
 .AnyTagClassName
 {
   color: #857768;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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