Html Css Color HEX #70676F Salt Box

📋 copy color: '#70676F'

red 112 ◦ green 103 ◦ blue 111

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

Shades of Salt Box #70676F

Tints of Salt Box #70676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 34.36%
G = 31.6%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70676F (or 0x70676F) is known color: Salt Box. HEX triplet: 70, 67 and 6F. RGB value is (112,103,111). Sum of RGB (Red+Green+Blue) = 112+103+111=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 112 - color contains mainly: red. Hex color #70676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70676F is #8F9890. Grayscale: #6A6A6A. Windows color (decimal): -9410705 or 7300976. OLE color: 7300976.

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

Color convert

RGB 112 103 111 -
CMYK 0 0.08 0.01 0.56
HSL 306.67º 0.04% 0.42% -
HSV(B) 306.67º 0.08% 0.44% -
XYZ 14.4 14.29 17.04 -
YUV 106.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 112 103 111 0 0.08 0.01 0.56 306.67 0.04 0.42
Hex 70 67 6F 0 8 1 38 133 4 2A
Octal 160 147 157 0 10 1 70 463 4 52
Binary 1110000 1100111 1101111 0 1000 1 111000 100110011 100 101010

Color Harmonies of #70676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70676F

Black with #70676F

Text Example


Text Example

White with #70676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70676F; }

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

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

background-color css

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

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

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

border-color css

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

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

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