Html Css Color HEX #704969 Salt Box

📋 copy color: '#704969'

red 112 ◦ green 73 ◦ blue 105

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

Shades of Salt Box #704969

Tints of Salt Box #704969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.17%

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

R = 38.62%
G = 25.17%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#704969 (or 0x704969) is known color: Salt Box. HEX triplet: 70, 49 and 69. RGB value is (112,73,105). Sum of RGB (Red+Green+Blue) = 112+73+105=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #704969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704969 is #8FB696. Grayscale: #585858. Windows color (decimal): -9418391 or 6900080. OLE color: 6900080.

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

Color convert

RGB 112 73 105 -
CMYK 0 0.35 0.06 0.56
HSL 310.77º 0.21% 0.36% -
HSV(B) 310.77º 0.35% 0.44% -
XYZ 11.61 9.23 14.53 -
YUV 88.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 112 73 105 0 0.35 0.06 0.56 310.77 0.21 0.36
Hex 70 49 69 0 23 6 38 137 15 24
Octal 160 111 151 0 43 6 70 467 25 44
Binary 1110000 1001001 1101001 0 100011 110 111000 100110111 10101 100100

Color Harmonies of #704969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704969

Black with #704969

Text Example


Text Example

White with #704969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704969; }

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

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

background-color css

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

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

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

border-color css

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

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

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