Html Css Color HEX #786A5A Sandstone

📋 copy color: '#786A5A'

red 120 ◦ green 106 ◦ blue 90

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

Shades of Sandstone #786A5A

Tints of Sandstone #786A5A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 37.97%
G = 33.54%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#786A5A (or 0x786A5A) is known color: Sandstone. HEX triplet: 78, 6A and 5A. RGB value is (120,106,90). Sum of RGB (Red+Green+Blue) = 120+106+90=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A5A is #8795A5. Grayscale: #6C6C6C. Windows color (decimal): -8885670 or 5925496. OLE color: 5925496.

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

Color convert

RGB 120 106 90 -
CMYK 0 0.12 0.25 0.53
HSL 32º 0.14% 0.41% -
HSV(B) 32º 0.25% 0.47% -
XYZ 14.75 15.04 11.8 -
YUV 108.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 120 106 90 0 0.12 0.25 0.53 32 0.14 0.41
Hex 78 6A 5A 0 C 19 35 20 E 29
Octal 170 152 132 0 14 31 65 40 16 51
Binary 1111000 1101010 1011010 0 1100 11001 110101 100000 1110 101001

Color Harmonies of #786A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786A5A

Black with #786A5A

Text Example


Text Example

White with #786A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,106,90); }

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

background-color css

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

 a { background-color: rgb(120,106,90); }

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

border-color css

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

 span { border-color: rgb(120,106,90); }

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