Html Css Color HEX #704B68 Salt Box

📋 copy color: '#704B68'

red 112 ◦ green 75 ◦ blue 104

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

Shades of Salt Box #704B68

Tints of Salt Box #704B68

RGB

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

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

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

R = 38.49%
G = 25.77%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#704B68 (or 0x704B68) is known color: Salt Box. HEX triplet: 70, 4B and 68. RGB value is (112,75,104). Sum of RGB (Red+Green+Blue) = 112+75+104=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #704B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B68 is #8FB497. Grayscale: #595959. Windows color (decimal): -9417880 or 6835056. OLE color: 6835056.

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

Color convert

RGB 112 75 104 -
CMYK 0 0.33 0.07 0.56
HSL 312.97º 0.2% 0.37% -
HSV(B) 312.97º 0.33% 0.44% -
XYZ 11.7 9.48 14.31 -
YUV 89.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 112 75 104 0 0.33 0.07 0.56 312.97 0.2 0.37
Hex 70 4B 68 0 21 7 38 139 14 25
Octal 160 113 150 0 41 7 70 471 24 45
Binary 1110000 1001011 1101000 0 100001 111 111000 100111001 10100 100101

Color Harmonies of #704B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B68

Black with #704B68

Text Example


Text Example

White with #704B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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