Html Css Color HEX #705968 Salt Box

📋 copy color: '#705968'

red 112 ◦ green 89 ◦ blue 104

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

Shades of Salt Box #705968

Tints of Salt Box #705968

RGB

 RED value IS 112 (44.14% from 255) = 36.72%

 GREEN value IS 89 (35.16% from 255) = 29.18%

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 36.72%
G = 29.18%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#705968 (or 0x705968) is known color: Salt Box. HEX triplet: 70, 59 and 68. RGB value is (112,89,104). Sum of RGB (Red+Green+Blue) = 112+89+104=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #705968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705968 is #8FA697. Grayscale: #616161. Windows color (decimal): -9414296 or 6838640. OLE color: 6838640.

HSL color Cylindrical-coordinate representation of color #705968: hue angle of 320.87º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #705968 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 104 -
CMYK 0 0.21 0.07 0.56
HSL 320.87º 0.11% 0.39% -
HSV(B) 320.87º 0.21% 0.44% -
XYZ 12.75 11.59 14.66 -
YUV 97.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 112 89 104 0 0.21 0.07 0.56 320.87 0.11 0.39
Hex 70 59 68 0 15 7 38 141 B 27
Octal 160 131 150 0 25 7 70 501 13 47
Binary 1110000 1011001 1101000 0 10101 111 111000 101000001 1011 100111

Color Harmonies of #705968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705968

Black with #705968

Text Example


Text Example

White with #705968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705968; }

 p { color: rgb(112,89,104); }

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

background-color css

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

 a { background-color: rgb(112,89,104); }

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

border-color css

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

 span { border-color: rgb(112,89,104); }

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