Html Css Color HEX #704F6A Salt Box

📋 copy color: '#704F6A'

red 112 ◦ green 79 ◦ blue 106

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

Shades of Salt Box #704F6A

Tints of Salt Box #704F6A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.6%

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 37.71%
G = 26.6%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#704F6A (or 0x704F6A) is known color: Salt Box. HEX triplet: 70, 4F and 6A. RGB value is (112,79,106). Sum of RGB (Red+Green+Blue) = 112+79+106=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #704F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F6A is #8FB095. Grayscale: #5B5B5B. Windows color (decimal): -9416854 or 6967152. OLE color: 6967152.

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

Color convert

RGB 112 79 106 -
CMYK 0 0.29 0.05 0.56
HSL 310.91º 0.17% 0.37% -
HSV(B) 310.91º 0.29% 0.44% -
XYZ 12.08 10.08 14.94 -
YUV 91.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 112 79 106 0 0.29 0.05 0.56 310.91 0.17 0.37
Hex 70 4F 6A 0 1D 5 38 137 11 25
Octal 160 117 152 0 35 5 70 467 21 45
Binary 1110000 1001111 1101010 0 11101 101 111000 100110111 10001 100101

Color Harmonies of #704F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F6A

Black with #704F6A

Text Example


Text Example

White with #704F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,79,106); }

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

background-color css

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

 a { background-color: rgb(112,79,106); }

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

border-color css

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

 span { border-color: rgb(112,79,106); }

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