Html Css Color HEX #786F61 Sandstone

📋 copy color: '#786F61'

red 120 ◦ green 111 ◦ blue 97

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

Shades of Sandstone #786F61

Tints of Sandstone #786F61

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.84%

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 36.59%
G = 33.84%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#786F61 (or 0x786F61) is known color: Sandstone. HEX triplet: 78, 6F and 61. RGB value is (120,111,97). Sum of RGB (Red+Green+Blue) = 120+111+97=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #786F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F61 is #87909E. Grayscale: #707070. Windows color (decimal): -8884383 or 6385528. OLE color: 6385528.

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

Color convert

RGB 120 111 97 -
CMYK 0 0.08 0.19 0.53
HSL 36.52º 0.11% 0.43% -
HSV(B) 36.52º 0.19% 0.47% -
XYZ 15.59 16.23 13.62 -
YUV 112.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 120 111 97 0 0.08 0.19 0.53 36.52 0.11 0.43
Hex 78 6F 61 0 8 13 35 25 B 2B
Octal 170 157 141 0 10 23 65 45 13 53
Binary 1111000 1101111 1100001 0 1000 10011 110101 100101 1011 101011

Color Harmonies of #786F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F61

Black with #786F61

Text Example


Text Example

White with #786F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,111,97); }

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

background-color css

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

 a { background-color: rgb(120,111,97); }

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

border-color css

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

 span { border-color: rgb(120,111,97); }

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