Html Css Color HEX #704D67 Salt Box

📋 copy color: '#704D67'

red 112 ◦ green 77 ◦ blue 103

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

Shades of Salt Box #704D67

Tints of Salt Box #704D67

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.37%

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

R = 38.36%
G = 26.37%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#704D67 (or 0x704D67) is known color: Salt Box. HEX triplet: 70, 4D and 67. RGB value is (112,77,103). Sum of RGB (Red+Green+Blue) = 112+77+103=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #704D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D67 is #8FB298. Grayscale: #5A5A5A. Windows color (decimal): -9417369 or 6770032. OLE color: 6770032.

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

Color convert

RGB 112 77 103 -
CMYK 0 0.31 0.08 0.56
HSL 315.43º 0.19% 0.37% -
HSV(B) 315.43º 0.31% 0.44% -
XYZ 11.78 9.73 14.09 -
YUV 90.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 112 77 103 0 0.31 0.08 0.56 315.43 0.19 0.37
Hex 70 4D 67 0 1F 8 38 13B 13 25
Octal 160 115 147 0 37 10 70 473 23 45
Binary 1110000 1001101 1100111 0 11111 1000 111000 100111011 10011 100101

Color Harmonies of #704D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D67

Black with #704D67

Text Example


Text Example

White with #704D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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