Html Css Color HEX #705269 Salt Box

📋 copy color: '#705269'

red 112 ◦ green 82 ◦ blue 105

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

Shades of Salt Box #705269

Tints of Salt Box #705269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

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

R = 37.46%
G = 27.42%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#705269 (or 0x705269) is known color: Salt Box. HEX triplet: 70, 52 and 69. RGB value is (112,82,105). Sum of RGB (Red+Green+Blue) = 112+82+105=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705269 is #8FAD96. Grayscale: #5D5D5D. Windows color (decimal): -9416087 or 6902384. OLE color: 6902384.

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

Color convert

RGB 112 82 105 -
CMYK 0 0.27 0.06 0.56
HSL 314º 0.15% 0.38% -
HSV(B) 314º 0.27% 0.44% -
XYZ 12.25 10.5 14.75 -
YUV 93.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 112 82 105 0 0.27 0.06 0.56 314 0.15 0.38
Hex 70 52 69 0 1B 6 38 13A F 26
Octal 160 122 151 0 33 6 70 472 17 46
Binary 1110000 1010010 1101001 0 11011 110 111000 100111010 1111 100110

Color Harmonies of #705269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705269

Black with #705269

Text Example


Text Example

White with #705269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705269; }

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

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

background-color css

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

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

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

border-color css

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

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

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