Html Css Color HEX #705068 Salt Box

📋 copy color: '#705068'

red 112 ◦ green 80 ◦ blue 104

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

Shades of Salt Box #705068

Tints of Salt Box #705068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.03%

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

R = 37.84%
G = 27.03%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#705068 (or 0x705068) is known color: Salt Box. HEX triplet: 70, 50 and 68. RGB value is (112,80,104). Sum of RGB (Red+Green+Blue) = 112+80+104=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705068 is #8FAF97. Grayscale: #5C5C5C. Windows color (decimal): -9416600 or 6836336. OLE color: 6836336.

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

Color convert

RGB 112 80 104 -
CMYK 0 0.29 0.07 0.56
HSL 315º 0.17% 0.38% -
HSV(B) 315º 0.29% 0.44% -
XYZ 12.05 10.18 14.43 -
YUV 92.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 112 80 104 0 0.29 0.07 0.56 315 0.17 0.38
Hex 70 50 68 0 1D 7 38 13B 11 26
Octal 160 120 150 0 35 7 70 473 21 46
Binary 1110000 1010000 1101000 0 11101 111 111000 100111011 10001 100110

Color Harmonies of #705068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705068

Black with #705068

Text Example


Text Example

White with #705068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705068; }

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

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

background-color css

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

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

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

border-color css

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

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

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