Html Css Color HEX #70616D Salt Box

📋 copy color: '#70616D'

red 112 ◦ green 97 ◦ blue 109

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

Shades of Salt Box #70616D

Tints of Salt Box #70616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 35.22%
G = 30.5%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70616D (or 0x70616D) is known color: Salt Box. HEX triplet: 70, 61 and 6D. RGB value is (112,97,109). Sum of RGB (Red+Green+Blue) = 112+97+109=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #70616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70616D is #8F9E92. Grayscale: #666666. Windows color (decimal): -9412243 or 7168368. OLE color: 7168368.

HSL color Cylindrical-coordinate representation of color #70616D: hue angle of 312º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #70616D is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 97 109 -
CMYK 0 0.13 0.03 0.56
HSL 312º 0.07% 0.41% -
HSV(B) 312º 0.13% 0.44% -
XYZ 13.72 13.1 16.27 -
YUV 102.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 112 97 109 0 0.13 0.03 0.56 312 0.07 0.41
Hex 70 61 6D 0 D 3 38 138 7 29
Octal 160 141 155 0 15 3 70 470 7 51
Binary 1110000 1100001 1101101 0 1101 11 111000 100111000 111 101001

Color Harmonies of #70616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70616D

Black with #70616D

Text Example


Text Example

White with #70616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70616D; }

 p { color: rgb(112,97,109); }

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

background-color css

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

 a { background-color: rgb(112,97,109); }

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

border-color css

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

 span { border-color: rgb(112,97,109); }

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