Html Css Color HEX #705369 Salt Box

📋 copy color: '#705369'

red 112 ◦ green 83 ◦ blue 105

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

Shades of Salt Box #705369

Tints of Salt Box #705369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

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

R = 37.33%
G = 27.67%
B = 35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#705369 (or 0x705369) is known color: Salt Box. HEX triplet: 70, 53 and 69. RGB value is (112,83,105). Sum of RGB (Red+Green+Blue) = 112+83+105=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #705369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705369 is #8FAC96. Grayscale: #5E5E5E. Windows color (decimal): -9415831 or 6902640. OLE color: 6902640.

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

Color convert

RGB 112 83 105 -
CMYK 0 0.26 0.06 0.56
HSL 314.48º 0.15% 0.38% -
HSV(B) 314.48º 0.26% 0.44% -
XYZ 12.33 10.65 14.77 -
YUV 94.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 112 83 105 0 0.26 0.06 0.56 314.48 0.15 0.38
Hex 70 53 69 0 1A 6 38 13A F 26
Octal 160 123 151 0 32 6 70 472 17 46
Binary 1110000 1010011 1101001 0 11010 110 111000 100111010 1111 100110

Color Harmonies of #705369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705369

Black with #705369

Text Example


Text Example

White with #705369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705369; }

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

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

background-color css

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

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

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

border-color css

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

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

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