Html Css Color HEX #857767 Sand Dune

📋 copy color: '#857767'

red 133 ◦ green 119 ◦ blue 103

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

Shades of Sand Dune #857767

Tints of Sand Dune #857767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 37.46%
G = 33.52%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#857767 (or 0x857767) is known color: Sand Dune. HEX triplet: 85, 77 and 67. RGB value is (133,119,103). Sum of RGB (Red+Green+Blue) = 133+119+103=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #857767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857767 is #7A8898. Grayscale: #797979. Windows color (decimal): -8030361 or 6780805. OLE color: 6780805.

HSL color Cylindrical-coordinate representation of color #857767: hue angle of 32º 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 #857767 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 103 -
CMYK 0 0.11 0.23 0.48
HSL 32º 0.13% 0.46% -
HSV(B) 32º 0.23% 0.52% -
XYZ 18.72 19.16 15.54 -
YUV 121.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 133 119 103 0 0.11 0.23 0.48 32 0.13 0.46
Hex 85 77 67 0 B 17 30 20 D 2E
Octal 205 167 147 0 13 27 60 40 15 56
Binary 10000101 1110111 1100111 0 1011 10111 110000 100000 1101 101110

Color Harmonies of #857767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857767

Black with #857767

Text Example


Text Example

White with #857767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857767; }

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

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

background-color css

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

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

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

border-color css

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

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

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