Html Css Color HEX #78706B Sandstone

📋 copy color: '#78706B'

red 120 ◦ green 112 ◦ blue 107

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

Shades of Sandstone #78706B

Tints of Sandstone #78706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 35.4%
G = 33.04%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78706B (or 0x78706B) is known color: Sandstone. HEX triplet: 78, 70 and 6B. RGB value is (120,112,107). Sum of RGB (Red+Green+Blue) = 120+112+107=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #78706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78706B is #878F94. Grayscale: #717171. Windows color (decimal): -8884117 or 7041144. OLE color: 7041144.

HSL color Cylindrical-coordinate representation of color #78706B: hue angle of 23.08º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #78706B is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 107 -
CMYK 0 0.07 0.11 0.53
HSL 23.08º 0.06% 0.45% -
HSV(B) 23.08º 0.11% 0.47% -
XYZ 16.19 16.64 16.27 -
YUV 113.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 120 112 107 0 0.07 0.11 0.53 23.08 0.06 0.45
Hex 78 70 6B 0 7 B 35 17 6 2D
Octal 170 160 153 0 7 13 65 27 6 55
Binary 1111000 1110000 1101011 0 111 1011 110101 10111 110 101101

Color Harmonies of #78706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78706B

Black with #78706B

Text Example


Text Example

White with #78706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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