Html Css Color HEX #78716A Sandstone

📋 copy color: '#78716A'

red 120 ◦ green 113 ◦ blue 106

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

Shades of Sandstone #78716A

Tints of Sandstone #78716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 35.4%
G = 33.33%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78716A (or 0x78716A) is known color: Sandstone. HEX triplet: 78, 71 and 6A. RGB value is (120,113,106). Sum of RGB (Red+Green+Blue) = 120+113+106=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #78716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78716A is #878E95. Grayscale: #727272. Windows color (decimal): -8883862 or 6975864. OLE color: 6975864.

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

Color convert

RGB 120 113 106 -
CMYK 0 0.06 0.12 0.53
HSL 30º 0.06% 0.44% -
HSV(B) 30º 0.12% 0.47% -
XYZ 16.25 16.84 16.03 -
YUV 114.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 120 113 106 0 0.06 0.12 0.53 30 0.06 0.44
Hex 78 71 6A 0 6 C 35 1E 6 2C
Octal 170 161 152 0 6 14 65 36 6 54
Binary 1111000 1110001 1101010 0 110 1100 110101 11110 110 101100

Color Harmonies of #78716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78716A

Black with #78716A

Text Example


Text Example

White with #78716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78716A; }

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

 H1.HeaderClassName
 {
   color: #78716A;
 }
 .AnyTagClassName
 {
   color: #78716A;
 }
</style>

background-color css

<style>
 a { background-color: #78716A; }

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

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

border-color css

<style>
 span { border-color: #78716A; }

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

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