Html Css Color HEX #786B5B Sandstone

📋 copy color: '#786B5B'

red 120 ◦ green 107 ◦ blue 91

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

Shades of Sandstone #786B5B

Tints of Sandstone #786B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 37.74%
G = 33.65%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#786B5B (or 0x786B5B) is known color: Sandstone. HEX triplet: 78, 6B and 5B. RGB value is (120,107,91). Sum of RGB (Red+Green+Blue) = 120+107+91=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #786B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B5B is #8794A4. Grayscale: #6D6D6D. Windows color (decimal): -8885413 or 5991288. OLE color: 5991288.

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

Color convert

RGB 120 107 91 -
CMYK 0 0.11 0.24 0.53
HSL 33.1º 0.14% 0.41% -
HSV(B) 33.1º 0.24% 0.47% -
XYZ 14.89 15.26 12.06 -
YUV 109.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 120 107 91 0 0.11 0.24 0.53 33.1 0.14 0.41
Hex 78 6B 5B 0 B 18 35 21 E 29
Octal 170 153 133 0 13 30 65 41 16 51
Binary 1111000 1101011 1011011 0 1011 11000 110101 100001 1110 101001

Color Harmonies of #786B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B5B

Black with #786B5B

Text Example


Text Example

White with #786B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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