Html Css Color HEX #705769 Salt Box

📋 copy color: '#705769'

red 112 ◦ green 87 ◦ blue 105

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

Shades of Salt Box #705769

Tints of Salt Box #705769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.62%

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

R = 36.84%
G = 28.62%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#705769 (or 0x705769) is known color: Salt Box. HEX triplet: 70, 57 and 69. RGB value is (112,87,105). Sum of RGB (Red+Green+Blue) = 112+87+105=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #705769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705769 is #8FA896. Grayscale: #606060. Windows color (decimal): -9414807 or 6903664. OLE color: 6903664.

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

Color convert

RGB 112 87 105 -
CMYK 0 0.22 0.06 0.56
HSL 316.8º 0.13% 0.39% -
HSV(B) 316.8º 0.22% 0.44% -
XYZ 12.64 11.28 14.88 -
YUV 96.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 112 87 105 0 0.22 0.06 0.56 316.8 0.13 0.39
Hex 70 57 69 0 16 6 38 13D D 27
Octal 160 127 151 0 26 6 70 475 15 47
Binary 1110000 1010111 1101001 0 10110 110 111000 100111101 1101 100111

Color Harmonies of #705769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705769

Black with #705769

Text Example


Text Example

White with #705769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705769; }

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

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

background-color css

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

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

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

border-color css

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

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

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