Html Css Color HEX #78736C Sandstone

📋 copy color: '#78736C'

red 120 ◦ green 115 ◦ blue 108

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

Shades of Sandstone #78736C

Tints of Sandstone #78736C

RGB

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

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

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

R = 34.99%
G = 33.53%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78736C (or 0x78736C) is known color: Sandstone. HEX triplet: 78, 73 and 6C. RGB value is (120,115,108). Sum of RGB (Red+Green+Blue) = 120+115+108=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #78736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78736C is #878C93. Grayscale: #737373. Windows color (decimal): -8883348 or 7107448. OLE color: 7107448.

HSL color Cylindrical-coordinate representation of color #78736C: hue angle of 35º 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 #78736C is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 115 108 -
CMYK 0 0.04 0.10 0.53
HSL 35º 0.05% 0.45% -
HSV(B) 35º 0.1% 0.47% -
XYZ 16.58 17.34 16.66 -
YUV 115.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 120 115 108 0 0.04 0.10 0.53 35 0.05 0.45
Hex 78 73 6C 0 4 A 35 23 5 2D
Octal 170 163 154 0 4 12 65 43 5 55
Binary 1111000 1110011 1101100 0 100 1010 110101 100011 101 101101

Color Harmonies of #78736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78736C

Black with #78736C

Text Example


Text Example

White with #78736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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