Html Css Color HEX #704967 Salt Box

📋 copy color: '#704967'

red 112 ◦ green 73 ◦ blue 103

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

Shades of Salt Box #704967

Tints of Salt Box #704967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

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

R = 38.89%
G = 25.35%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#704967 (or 0x704967) is known color: Salt Box. HEX triplet: 70, 49 and 67. RGB value is (112,73,103). Sum of RGB (Red+Green+Blue) = 112+73+103=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #704967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704967 is #8FB698. Grayscale: #585858. Windows color (decimal): -9418393 or 6769008. OLE color: 6769008.

HSL color Cylindrical-coordinate representation of color #704967: hue angle of 313.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #704967 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 103 -
CMYK 0 0.35 0.08 0.56
HSL 313.85º 0.21% 0.36% -
HSV(B) 313.85º 0.35% 0.44% -
XYZ 11.51 9.19 14 -
YUV 88.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 112 73 103 0 0.35 0.08 0.56 313.85 0.21 0.36
Hex 70 49 67 0 23 8 38 13A 15 24
Octal 160 111 147 0 43 10 70 472 25 44
Binary 1110000 1001001 1100111 0 100011 1000 111000 100111010 10101 100100

Color Harmonies of #704967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704967

Black with #704967

Text Example


Text Example

White with #704967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704967; }

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

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

background-color css

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

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

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

border-color css

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

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

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