Html Css Color HEX #704B6B Salt Box

📋 copy color: '#704B6B'

red 112 ◦ green 75 ◦ blue 107

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

Shades of Salt Box #704B6B

Tints of Salt Box #704B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 38.1%
G = 25.51%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#704B6B (or 0x704B6B) is known color: Salt Box. HEX triplet: 70, 4B and 6B. RGB value is (112,75,107). Sum of RGB (Red+Green+Blue) = 112+75+107=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #704B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B6B is #8FB494. Grayscale: #595959. Windows color (decimal): -9417877 or 7031664. OLE color: 7031664.

HSL color Cylindrical-coordinate representation of color #704B6B: hue angle of 308.11º 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 #704B6B is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 75 107 -
CMYK 0 0.33 0.04 0.56
HSL 308.11º 0.2% 0.37% -
HSV(B) 308.11º 0.33% 0.44% -
XYZ 11.85 9.54 15.13 -
YUV 89.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 112 75 107 0 0.33 0.04 0.56 308.11 0.2 0.37
Hex 70 4B 6B 0 21 4 38 134 14 25
Octal 160 113 153 0 41 4 70 464 24 45
Binary 1110000 1001011 1101011 0 100001 100 111000 100110100 10100 100101

Color Harmonies of #704B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B6B

Black with #704B6B

Text Example


Text Example

White with #704B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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