Html Css Color HEX #704867 Salt Box

📋 copy color: '#704867'

red 112 ◦ green 72 ◦ blue 103

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

Shades of Salt Box #704867

Tints of Salt Box #704867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

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

R = 39.02%
G = 25.09%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#704867 (or 0x704867) is known color: Salt Box. HEX triplet: 70, 48 and 67. RGB value is (112,72,103). Sum of RGB (Red+Green+Blue) = 112+72+103=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #704867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704867 is #8FB798. Grayscale: #575757. Windows color (decimal): -9418649 or 6768752. OLE color: 6768752.

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

Color convert

RGB 112 72 103 -
CMYK 0 0.36 0.08 0.56
HSL 313.5º 0.22% 0.36% -
HSV(B) 313.5º 0.36% 0.44% -
XYZ 11.45 9.06 13.98 -
YUV 87.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 112 72 103 0 0.36 0.08 0.56 313.5 0.22 0.36
Hex 70 48 67 0 24 8 38 13A 16 24
Octal 160 110 147 0 44 10 70 472 26 44
Binary 1110000 1001000 1100111 0 100100 1000 111000 100111010 10110 100100

Color Harmonies of #704867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704867

Black with #704867

Text Example


Text Example

White with #704867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704867; }

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

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

background-color css

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

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

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

border-color css

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

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

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