Html Css Color HEX #786E64 Sandstone

📋 copy color: '#786E64'

red 120 ◦ green 110 ◦ blue 100

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

Shades of Sandstone #786E64

Tints of Sandstone #786E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 36.36%
G = 33.33%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#786E64 (or 0x786E64) is known color: Sandstone. HEX triplet: 78, 6E and 64. RGB value is (120,110,100). Sum of RGB (Red+Green+Blue) = 120+110+100=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #786E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E64 is #87919B. Grayscale: #6F6F6F. Windows color (decimal): -8884636 or 6581880. OLE color: 6581880.

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

Color convert

RGB 120 110 100 -
CMYK 0 0.08 0.17 0.53
HSL 30º 0.09% 0.43% -
HSV(B) 30º 0.17% 0.47% -
XYZ 15.62 16.07 14.33 -
YUV 111.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 120 110 100 0 0.08 0.17 0.53 30 0.09 0.43
Hex 78 6E 64 0 8 11 35 1E 9 2B
Octal 170 156 144 0 10 21 65 36 11 53
Binary 1111000 1101110 1100100 0 1000 10001 110101 11110 1001 101011

Color Harmonies of #786E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786E64

Black with #786E64

Text Example


Text Example

White with #786E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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