Html Css Color HEX #786E5F Sandstone

📋 copy color: '#786E5F'

red 120 ◦ green 110 ◦ blue 95

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

Shades of Sandstone #786E5F

Tints of Sandstone #786E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 36.92%
G = 33.85%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#786E5F (or 0x786E5F) is known color: Sandstone. HEX triplet: 78, 6E and 5F. RGB value is (120,110,95). Sum of RGB (Red+Green+Blue) = 120+110+95=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #786E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E5F is #8791A0. Grayscale: #6F6F6F. Windows color (decimal): -8884641 or 6254200. OLE color: 6254200.

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

Color convert

RGB 120 110 95 -
CMYK 0 0.08 0.21 0.53
HSL 36º 0.12% 0.42% -
HSV(B) 36º 0.21% 0.47% -
XYZ 15.39 15.97 13.1 -
YUV 111.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 120 110 95 0 0.08 0.21 0.53 36 0.12 0.42
Hex 78 6E 5F 0 8 15 35 24 C 2A
Octal 170 156 137 0 10 25 65 44 14 52
Binary 1111000 1101110 1011111 0 1000 10101 110101 100100 1100 101010

Color Harmonies of #786E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786E5F

Black with #786E5F

Text Example


Text Example

White with #786E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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