Html Css Color HEX #786B5C Sandstone

📋 copy color: '#786B5C'

red 120 ◦ green 107 ◦ blue 92

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

Shades of Sandstone #786B5C

Tints of Sandstone #786B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 37.62%
G = 33.54%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#786B5C (or 0x786B5C) is known color: Sandstone. HEX triplet: 78, 6B and 5C. RGB value is (120,107,92). Sum of RGB (Red+Green+Blue) = 120+107+92=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #786B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B5C is #8794A3. Grayscale: #6D6D6D. Windows color (decimal): -8885412 or 6056824. OLE color: 6056824.

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

Color convert

RGB 120 107 92 -
CMYK 0 0.11 0.23 0.53
HSL 32.14º 0.13% 0.42% -
HSV(B) 32.14º 0.23% 0.47% -
XYZ 14.94 15.28 12.29 -
YUV 109.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 120 107 92 0 0.11 0.23 0.53 32.14 0.13 0.42
Hex 78 6B 5C 0 B 17 35 20 D 2A
Octal 170 153 134 0 13 27 65 40 15 52
Binary 1111000 1101011 1011100 0 1011 10111 110101 100000 1101 101010

Color Harmonies of #786B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B5C

Black with #786B5C

Text Example


Text Example

White with #786B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,107,92); }

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

background-color css

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

 a { background-color: rgb(120,107,92); }

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

border-color css

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

 span { border-color: rgb(120,107,92); }

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