Html Css Color HEX #704968 Salt Box

📋 copy color: '#704968'

red 112 ◦ green 73 ◦ blue 104

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

Shades of Salt Box #704968

Tints of Salt Box #704968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 38.75%
G = 25.26%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#704968 (or 0x704968) is known color: Salt Box. HEX triplet: 70, 49 and 68. RGB value is (112,73,104). Sum of RGB (Red+Green+Blue) = 112+73+104=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #704968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704968 is #8FB697. Grayscale: #585858. Windows color (decimal): -9418392 or 6834544. OLE color: 6834544.

HSL color Cylindrical-coordinate representation of color #704968: hue angle of 312.31º 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 #704968 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 104 -
CMYK 0 0.35 0.07 0.56
HSL 312.31º 0.21% 0.36% -
HSV(B) 312.31º 0.35% 0.44% -
XYZ 11.56 9.21 14.26 -
YUV 88.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 112 73 104 0 0.35 0.07 0.56 312.31 0.21 0.36
Hex 70 49 68 0 23 7 38 138 15 24
Octal 160 111 150 0 43 7 70 470 25 44
Binary 1110000 1001001 1101000 0 100011 111 111000 100111000 10101 100100

Color Harmonies of #704968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704968

Black with #704968

Text Example


Text Example

White with #704968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704968; }

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

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

background-color css

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

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

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

border-color css

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

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

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