Html Css Color HEX #705A68 Salt Box

📋 copy color: '#705A68'

red 112 ◦ green 90 ◦ blue 104

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

Shades of Salt Box #705A68

Tints of Salt Box #705A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

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

R = 36.6%
G = 29.41%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#705A68 (or 0x705A68) is known color: Salt Box. HEX triplet: 70, 5A and 68. RGB value is (112,90,104). Sum of RGB (Red+Green+Blue) = 112+90+104=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #705A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A68 is #8FA597. Grayscale: #626262. Windows color (decimal): -9414040 or 6838896. OLE color: 6838896.

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

Color convert

RGB 112 90 104 -
CMYK 0 0.20 0.07 0.56
HSL 321.82º 0.11% 0.4% -
HSV(B) 321.82º 0.2% 0.44% -
XYZ 12.84 11.76 14.69 -
YUV 98.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 112 90 104 0 0.20 0.07 0.56 321.82 0.11 0.4
Hex 70 5A 68 0 14 7 38 142 B 28
Octal 160 132 150 0 24 7 70 502 13 50
Binary 1110000 1011010 1101000 0 10100 111 111000 101000010 1011 101000

Color Harmonies of #705A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A68

Black with #705A68

Text Example


Text Example

White with #705A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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