Html Css Color HEX #704B6A Salt Box

📋 copy color: '#704B6A'

red 112 ◦ green 75 ◦ blue 106

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

Shades of Salt Box #704B6A

Tints of Salt Box #704B6A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

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

R = 38.23%
G = 25.6%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#704B6A (or 0x704B6A) is known color: Salt Box. HEX triplet: 70, 4B and 6A. RGB value is (112,75,106). Sum of RGB (Red+Green+Blue) = 112+75+106=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #704B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B6A is #8FB495. Grayscale: #595959. Windows color (decimal): -9417878 or 6966128. OLE color: 6966128.

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

Color convert

RGB 112 75 106 -
CMYK 0 0.33 0.05 0.56
HSL 309.73º 0.2% 0.37% -
HSV(B) 309.73º 0.33% 0.44% -
XYZ 11.8 9.52 14.85 -
YUV 89.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 112 75 106 0 0.33 0.05 0.56 309.73 0.2 0.37
Hex 70 4B 6A 0 21 5 38 136 14 25
Octal 160 113 152 0 41 5 70 466 24 45
Binary 1110000 1001011 1101010 0 100001 101 111000 100110110 10100 100101

Color Harmonies of #704B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B6A

Black with #704B6A

Text Example


Text Example

White with #704B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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