Html Css Color HEX #705067 Salt Box

📋 copy color: '#705067'

red 112 ◦ green 80 ◦ blue 103

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

Shades of Salt Box #705067

Tints of Salt Box #705067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.92%

R = 37.97%
G = 27.12%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#705067 (or 0x705067) is known color: Salt Box. HEX triplet: 70, 50 and 67. RGB value is (112,80,103). Sum of RGB (Red+Green+Blue) = 112+80+103=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705067 is #8FAF98. Grayscale: #5C5C5C. Windows color (decimal): -9416601 or 6770800. OLE color: 6770800.

HSL color Cylindrical-coordinate representation of color #705067: hue angle of 316.88º 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 #705067 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 103 -
CMYK 0 0.29 0.08 0.56
HSL 316.88º 0.17% 0.38% -
HSV(B) 316.88º 0.29% 0.44% -
XYZ 12 10.16 14.16 -
YUV 92.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 112 80 103 0 0.29 0.08 0.56 316.88 0.17 0.38
Hex 70 50 67 0 1D 8 38 13D 11 26
Octal 160 120 147 0 35 10 70 475 21 46
Binary 1110000 1010000 1100111 0 11101 1000 111000 100111101 10001 100110

Color Harmonies of #705067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705067

Black with #705067

Text Example


Text Example

White with #705067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705067; }

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

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

background-color css

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

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

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

border-color css

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

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

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