Html Css Color HEX #786F68 Sandstone

📋 copy color: '#786F68'

red 120 ◦ green 111 ◦ blue 104

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

Shades of Sandstone #786F68

Tints of Sandstone #786F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 35.82%
G = 33.13%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#786F68 (or 0x786F68) is known color: Sandstone. HEX triplet: 78, 6F and 68. RGB value is (120,111,104). Sum of RGB (Red+Green+Blue) = 120+111+104=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #786F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F68 is #879097. Grayscale: #707070. Windows color (decimal): -8884376 or 6844280. OLE color: 6844280.

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

Color convert

RGB 120 111 104 -
CMYK 0 0.08 0.13 0.53
HSL 26.25º 0.07% 0.44% -
HSV(B) 26.25º 0.13% 0.47% -
XYZ 15.93 16.36 15.42 -
YUV 112.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 120 111 104 0 0.08 0.13 0.53 26.25 0.07 0.44
Hex 78 6F 68 0 8 D 35 1A 7 2C
Octal 170 157 150 0 10 15 65 32 7 54
Binary 1111000 1101111 1101000 0 1000 1101 110101 11010 111 101100

Color Harmonies of #786F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F68

Black with #786F68

Text Example


Text Example

White with #786F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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