Html Css Color HEX #705368 Salt Box

📋 copy color: '#705368'

red 112 ◦ green 83 ◦ blue 104

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

Shades of Salt Box #705368

Tints of Salt Box #705368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

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

R = 37.46%
G = 27.76%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#705368 (or 0x705368) is known color: Salt Box. HEX triplet: 70, 53 and 68. RGB value is (112,83,104). Sum of RGB (Red+Green+Blue) = 112+83+104=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705368 is #8FAC97. Grayscale: #5E5E5E. Windows color (decimal): -9415832 or 6837104. OLE color: 6837104.

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

Color convert

RGB 112 83 104 -
CMYK 0 0.26 0.07 0.56
HSL 316.55º 0.15% 0.38% -
HSV(B) 316.55º 0.26% 0.44% -
XYZ 12.27 10.63 14.5 -
YUV 94.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 112 83 104 0 0.26 0.07 0.56 316.55 0.15 0.38
Hex 70 53 68 0 1A 7 38 13D F 26
Octal 160 123 150 0 32 7 70 475 17 46
Binary 1110000 1010011 1101000 0 11010 111 111000 100111101 1111 100110

Color Harmonies of #705368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705368

Black with #705368

Text Example


Text Example

White with #705368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705368; }

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

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

background-color css

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

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

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

border-color css

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

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

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