Html Css Color HEX #704B6C Salt Box

📋 copy color: '#704B6C'

red 112 ◦ green 75 ◦ blue 108

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

Shades of Salt Box #704B6C

Tints of Salt Box #704B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 37.97%
G = 25.42%
B = 36.61%

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

#704B6C (or 0x704B6C) is known color: Salt Box. HEX triplet: 70, 4B and 6C. RGB value is (112,75,108). Sum of RGB (Red+Green+Blue) = 112+75+108=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #704B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B6C is #8FB493. Grayscale: #595959. Windows color (decimal): -9417876 or 7097200. OLE color: 7097200.

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

Color convert

RGB 112 75 108 -
CMYK 0 0.33 0.04 0.56
HSL 306.49º 0.2% 0.37% -
HSV(B) 306.49º 0.33% 0.44% -
XYZ 11.9 9.56 15.41 -
YUV 89.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 112 75 108 0 0.33 0.04 0.56 306.49 0.2 0.37
Hex 70 4B 6C 0 21 4 38 132 14 25
Octal 160 113 154 0 41 4 70 462 24 45
Binary 1110000 1001011 1101100 0 100001 100 111000 100110010 10100 100101

Color Harmonies of #704B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B6C

Black with #704B6C

Text Example


Text Example

White with #704B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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