Html Css Color HEX #786E5E Sandstone

📋 copy color: '#786E5E'

red 120 ◦ green 110 ◦ blue 94

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

Shades of Sandstone #786E5E

Tints of Sandstone #786E5E

RGB

 RED value IS 120 (47.27% from 255) = 37.04%

 GREEN value IS 110 (43.36% from 255) = 33.95%

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 37.04%
G = 33.95%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#786E5E (or 0x786E5E) is known color: Sandstone. HEX triplet: 78, 6E and 5E. RGB value is (120,110,94). Sum of RGB (Red+Green+Blue) = 120+110+94=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #786E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E5E is #8791A1. Grayscale: #6F6F6F. Windows color (decimal): -8884642 or 6188664. OLE color: 6188664.

HSL color Cylindrical-coordinate representation of color #786E5E: hue angle of 36.92º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #786E5E is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 110 94 -
CMYK 0 0.08 0.22 0.53
HSL 36.92º 0.12% 0.42% -
HSV(B) 36.92º 0.22% 0.47% -
XYZ 15.34 15.95 12.86 -
YUV 111.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 120 110 94 0 0.08 0.22 0.53 36.92 0.12 0.42
Hex 78 6E 5E 0 8 16 35 25 C 2A
Octal 170 156 136 0 10 26 65 45 14 52
Binary 1111000 1101110 1011110 0 1000 10110 110101 100101 1100 101010

Color Harmonies of #786E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786E5E

Black with #786E5E

Text Example


Text Example

White with #786E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786E5E; }

 p { color: rgb(120,110,94); }

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

background-color css

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

 a { background-color: rgb(120,110,94); }

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

border-color css

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

 span { border-color: rgb(120,110,94); }

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