Html Css Color HEX #704B67 Salt Box

📋 copy color: '#704B67'

red 112 ◦ green 75 ◦ blue 103

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

Shades of Salt Box #704B67

Tints of Salt Box #704B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.52%

R = 38.62%
G = 25.86%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#704B67 (or 0x704B67) is known color: Salt Box. HEX triplet: 70, 4B and 67. RGB value is (112,75,103). Sum of RGB (Red+Green+Blue) = 112+75+103=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #704B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B67 is #8FB498. Grayscale: #595959. Windows color (decimal): -9417881 or 6769520. OLE color: 6769520.

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

Color convert

RGB 112 75 103 -
CMYK 0 0.33 0.08 0.56
HSL 314.59º 0.2% 0.37% -
HSV(B) 314.59º 0.33% 0.44% -
XYZ 11.65 9.46 14.04 -
YUV 89.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 112 75 103 0 0.33 0.08 0.56 314.59 0.2 0.37
Hex 70 4B 67 0 21 8 38 13B 14 25
Octal 160 113 147 0 41 10 70 473 24 45
Binary 1110000 1001011 1100111 0 100001 1000 111000 100111011 10100 100101

Color Harmonies of #704B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B67

Black with #704B67

Text Example


Text Example

White with #704B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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