Html Css Color HEX #705267 Salt Box

📋 copy color: '#705267'

red 112 ◦ green 82 ◦ blue 103

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

Shades of Salt Box #705267

Tints of Salt Box #705267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 37.71%
G = 27.61%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#705267 (or 0x705267) is known color: Salt Box. HEX triplet: 70, 52 and 67. RGB value is (112,82,103). Sum of RGB (Red+Green+Blue) = 112+82+103=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705267 is #8FAD98. Grayscale: #5D5D5D. Windows color (decimal): -9416089 or 6771312. OLE color: 6771312.

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

Color convert

RGB 112 82 103 -
CMYK 0 0.27 0.08 0.56
HSL 318º 0.15% 0.38% -
HSV(B) 318º 0.27% 0.44% -
XYZ 12.15 10.46 14.21 -
YUV 93.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 112 82 103 0 0.27 0.08 0.56 318 0.15 0.38
Hex 70 52 67 0 1B 8 38 13E F 26
Octal 160 122 147 0 33 10 70 476 17 46
Binary 1110000 1010010 1100111 0 11011 1000 111000 100111110 1111 100110

Color Harmonies of #705267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705267

Black with #705267

Text Example


Text Example

White with #705267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705267; }

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

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

background-color css

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

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

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

border-color css

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

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

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