Html Css Color HEX #704A6A Salt Box

📋 copy color: '#704A6A'

red 112 ◦ green 74 ◦ blue 106

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

Shades of Salt Box #704A6A

Tints of Salt Box #704A6A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.34%

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 38.36%
G = 25.34%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#704A6A (or 0x704A6A) is known color: Salt Box. HEX triplet: 70, 4A and 6A. RGB value is (112,74,106). Sum of RGB (Red+Green+Blue) = 112+74+106=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #704A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A6A is #8FB595. Grayscale: #585858. Windows color (decimal): -9418134 or 6965872. OLE color: 6965872.

HSL color Cylindrical-coordinate representation of color #704A6A: hue angle of 309.47º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704A6A is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 74 106 -
CMYK 0 0.34 0.05 0.56
HSL 309.47º 0.2% 0.36% -
HSV(B) 309.47º 0.34% 0.44% -
XYZ 11.73 9.38 14.83 -
YUV 89.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 112 74 106 0 0.34 0.05 0.56 309.47 0.2 0.36
Hex 70 4A 6A 0 22 5 38 135 14 24
Octal 160 112 152 0 42 5 70 465 24 44
Binary 1110000 1001010 1101010 0 100010 101 111000 100110101 10100 100100

Color Harmonies of #704A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A6A

Black with #704A6A

Text Example


Text Example

White with #704A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704A6A; }

 p { color: rgb(112,74,106); }

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

background-color css

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

 a { background-color: rgb(112,74,106); }

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

border-color css

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

 span { border-color: rgb(112,74,106); }

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