Html Css Color HEX #786B5E Sandstone

📋 copy color: '#786B5E'

red 120 ◦ green 107 ◦ blue 94

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

Shades of Sandstone #786B5E

Tints of Sandstone #786B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 37.38%
G = 33.33%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#786B5E (or 0x786B5E) is known color: Sandstone. HEX triplet: 78, 6B and 5E. RGB value is (120,107,94). Sum of RGB (Red+Green+Blue) = 120+107+94=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #786B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B5E is #8794A1. Grayscale: #6D6D6D. Windows color (decimal): -8885410 or 6187896. OLE color: 6187896.

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

Color convert

RGB 120 107 94 -
CMYK 0 0.11 0.22 0.53
HSL 30º 0.12% 0.42% -
HSV(B) 30º 0.22% 0.47% -
XYZ 15.02 15.32 12.75 -
YUV 109.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 120 107 94 0 0.11 0.22 0.53 30 0.12 0.42
Hex 78 6B 5E 0 B 16 35 1E C 2A
Octal 170 153 136 0 13 26 65 36 14 52
Binary 1111000 1101011 1011110 0 1011 10110 110101 11110 1100 101010

Color Harmonies of #786B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B5E

Black with #786B5E

Text Example


Text Example

White with #786B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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