Html Css Color HEX #786D60 Sandstone

📋 copy color: '#786D60'

red 120 ◦ green 109 ◦ blue 96

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

Shades of Sandstone #786D60

Tints of Sandstone #786D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 36.92%
G = 33.54%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#786D60 (or 0x786D60) is known color: Sandstone. HEX triplet: 78, 6D and 60. RGB value is (120,109,96). Sum of RGB (Red+Green+Blue) = 120+109+96=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #786D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D60 is #87929F. Grayscale: #6E6E6E. Windows color (decimal): -8884896 or 6319480. OLE color: 6319480.

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

Color convert

RGB 120 109 96 -
CMYK 0 0.09 0.2 0.53
HSL 32.5º 0.11% 0.42% -
HSV(B) 32.5º 0.2% 0.47% -
XYZ 15.33 15.77 13.3 -
YUV 110.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 120 109 96 0 0.09 0.2 0.53 32.5 0.11 0.42
Hex 78 6D 60 0 9 14 35 20 B 2A
Octal 170 155 140 0 11 24 65 40 13 52
Binary 1111000 1101101 1100000 0 1001 10100 110101 100000 1011 101010

Color Harmonies of #786D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D60

Black with #786D60

Text Example


Text Example

White with #786D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,109,96); }

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

background-color css

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

 a { background-color: rgb(120,109,96); }

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

border-color css

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

 span { border-color: rgb(120,109,96); }

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