Html Css Color HEX #78716C Sandstone

📋 copy color: '#78716C'

red 120 ◦ green 113 ◦ blue 108

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

Shades of Sandstone #78716C

Tints of Sandstone #78716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 35.19%
G = 33.14%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78716C (or 0x78716C) is known color: Sandstone. HEX triplet: 78, 71 and 6C. RGB value is (120,113,108). Sum of RGB (Red+Green+Blue) = 120+113+108=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #78716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78716C is #878E93. Grayscale: #727272. Windows color (decimal): -8883860 or 7106936. OLE color: 7106936.

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

Color convert

RGB 120 113 108 -
CMYK 0 0.06 0.10 0.53
HSL 25º 0.05% 0.45% -
HSV(B) 25º 0.1% 0.47% -
XYZ 16.36 16.89 16.58 -
YUV 114.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 120 113 108 0 0.06 0.10 0.53 25 0.05 0.45
Hex 78 71 6C 0 6 A 35 19 5 2D
Octal 170 161 154 0 6 12 65 31 5 55
Binary 1111000 1110001 1101100 0 110 1010 110101 11001 101 101101

Color Harmonies of #78716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78716C

Black with #78716C

Text Example


Text Example

White with #78716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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