Html Css Color HEX #705869 Salt Box

📋 copy color: '#705869'

red 112 ◦ green 88 ◦ blue 105

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

Shades of Salt Box #705869

Tints of Salt Box #705869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 36.72%
G = 28.85%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#705869 (or 0x705869) is known color: Salt Box. HEX triplet: 70, 58 and 69. RGB value is (112,88,105). Sum of RGB (Red+Green+Blue) = 112+88+105=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #705869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705869 is #8FA796. Grayscale: #616161. Windows color (decimal): -9414551 or 6903920. OLE color: 6903920.

HSL color Cylindrical-coordinate representation of color #705869: hue angle of 317.5º degrees, saturation: 0.12, 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 #705869 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 88 105 -
CMYK 0 0.21 0.06 0.56
HSL 317.5º 0.12% 0.39% -
HSV(B) 317.5º 0.21% 0.44% -
XYZ 12.72 11.44 14.9 -
YUV 97.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 112 88 105 0 0.21 0.06 0.56 317.5 0.12 0.39
Hex 70 58 69 0 15 6 38 13E C 27
Octal 160 130 151 0 25 6 70 476 14 47
Binary 1110000 1011000 1101001 0 10101 110 111000 100111110 1100 100111

Color Harmonies of #705869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705869

Black with #705869

Text Example


Text Example

White with #705869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705869; }

 p { color: rgb(112,88,105); }

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

background-color css

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

 a { background-color: rgb(112,88,105); }

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

border-color css

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

 span { border-color: rgb(112,88,105); }

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