Html Css Color HEX #786C5E Sandstone

📋 copy color: '#786C5E'

red 120 ◦ green 108 ◦ blue 94

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

Shades of Sandstone #786C5E

Tints of Sandstone #786C5E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

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

R = 37.27%
G = 33.54%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#786C5E (or 0x786C5E) is known color: Sandstone. HEX triplet: 78, 6C and 5E. RGB value is (120,108,94). Sum of RGB (Red+Green+Blue) = 120+108+94=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #786C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C5E is #8793A1. Grayscale: #6E6E6E. Windows color (decimal): -8885154 or 6188152. OLE color: 6188152.

HSL color Cylindrical-coordinate representation of color #786C5E: hue angle of 32.31º 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 #786C5E is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 108 94 -
CMYK 0 0.10 0.22 0.53
HSL 32.31º 0.12% 0.42% -
HSV(B) 32.31º 0.22% 0.47% -
XYZ 15.13 15.53 12.79 -
YUV 109.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 120 108 94 0 0.10 0.22 0.53 32.31 0.12 0.42
Hex 78 6C 5E 0 A 16 35 20 C 2A
Octal 170 154 136 0 12 26 65 40 14 52
Binary 1111000 1101100 1011110 0 1010 10110 110101 100000 1100 101010

Color Harmonies of #786C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C5E

Black with #786C5E

Text Example


Text Example

White with #786C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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