Html Css Color HEX #786C5F Sandstone

📋 copy color: '#786C5F'

red 120 ◦ green 108 ◦ blue 95

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

Shades of Sandstone #786C5F

Tints of Sandstone #786C5F

RGB

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

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

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

R = 37.15%
G = 33.44%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#786C5F (or 0x786C5F) is known color: Sandstone. HEX triplet: 78, 6C and 5F. RGB value is (120,108,95). Sum of RGB (Red+Green+Blue) = 120+108+95=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #786C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C5F is #8793A0. Grayscale: #6E6E6E. Windows color (decimal): -8885153 or 6253688. OLE color: 6253688.

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

Color convert

RGB 120 108 95 -
CMYK 0 0.10 0.21 0.53
HSL 31.2º 0.12% 0.42% -
HSV(B) 31.2º 0.21% 0.47% -
XYZ 15.17 15.54 13.03 -
YUV 110.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 120 108 95 0 0.10 0.21 0.53 31.2 0.12 0.42
Hex 78 6C 5F 0 A 15 35 1F C 2A
Octal 170 154 137 0 12 25 65 37 14 52
Binary 1111000 1101100 1011111 0 1010 10101 110101 11111 1100 101010

Color Harmonies of #786C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C5F

Black with #786C5F

Text Example


Text Example

White with #786C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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