Html Css Color HEX #78736E Sandstone

📋 copy color: '#78736E'

red 120 ◦ green 115 ◦ blue 110

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

Shades of Sandstone #78736E

Tints of Sandstone #78736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 34.78%
G = 33.33%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78736E (or 0x78736E) is known color: Sandstone. HEX triplet: 78, 73 and 6E. RGB value is (120,115,110). Sum of RGB (Red+Green+Blue) = 120+115+110=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 120 - color contains mainly: red. Hex color #78736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78736E is #878C91. Grayscale: #737373. Windows color (decimal): -8883346 or 7238520. OLE color: 7238520.

HSL color Cylindrical-coordinate representation of color #78736E: hue angle of 30º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #78736E is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 115 110 -
CMYK 0 0.04 0.08 0.53
HSL 30º 0.04% 0.45% -
HSV(B) 30º 0.08% 0.47% -
XYZ 16.69 17.38 17.23 -
YUV 115.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 120 115 110 0 0.04 0.08 0.53 30 0.04 0.45
Hex 78 73 6E 0 4 8 35 1E 4 2D
Octal 170 163 156 0 4 10 65 36 4 55
Binary 1111000 1110011 1101110 0 100 1000 110101 11110 100 101101

Color Harmonies of #78736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78736E

Black with #78736E

Text Example


Text Example

White with #78736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78736E; }

 p { color: rgb(120,115,110); }

 H1.HeaderClassName
 {
   color: #78736E;
 }
 .AnyTagClassName
 {
   color: #78736E;
 }
</style>

background-color css

<style>
 a { background-color: #78736E; }

 a { background-color: rgb(120,115,110); }

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

border-color css

<style>
 span { border-color: #78736E; }

 span { border-color: rgb(120,115,110); }

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