Html Css Color HEX #78706A Sandstone

📋 copy color: '#78706A'

red 120 ◦ green 112 ◦ blue 106

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

Shades of Sandstone #78706A

Tints of Sandstone #78706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 35.5%
G = 33.14%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78706A (or 0x78706A) is known color: Sandstone. HEX triplet: 78, 70 and 6A. RGB value is (120,112,106). Sum of RGB (Red+Green+Blue) = 120+112+106=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #78706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78706A is #878F95. Grayscale: #717171. Windows color (decimal): -8884118 or 6975608. OLE color: 6975608.

HSL color Cylindrical-coordinate representation of color #78706A: hue angle of 25.71º 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 #78706A is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 106 -
CMYK 0 0.07 0.12 0.53
HSL 25.71º 0.06% 0.44% -
HSV(B) 25.71º 0.12% 0.47% -
XYZ 16.14 16.62 15.99 -
YUV 113.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 120 112 106 0 0.07 0.12 0.53 25.71 0.06 0.44
Hex 78 70 6A 0 7 C 35 1A 6 2C
Octal 170 160 152 0 7 14 65 32 6 54
Binary 1111000 1110000 1101010 0 111 1100 110101 11010 110 101100

Color Harmonies of #78706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78706A

Black with #78706A

Text Example


Text Example

White with #78706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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