Html Css Color HEX #746670 Salt Box

📋 copy color: '#746670'

red 116 ◦ green 102 ◦ blue 112

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

Shades of Salt Box #746670

Tints of Salt Box #746670

RGB

 RED value IS 116 (45.7% from 255) = 35.15%

 GREEN value IS 102 (40.23% from 255) = 30.91%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 35.15%
G = 30.91%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#746670 (or 0x746670) is known color: Salt Box. HEX triplet: 74, 66 and 70. RGB value is (116,102,112). Sum of RGB (Red+Green+Blue) = 116+102+112=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #746670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746670 is #8B998F. Grayscale: #6B6B6B. Windows color (decimal): -9148816 or 7366260. OLE color: 7366260.

HSL color Cylindrical-coordinate representation of color #746670: hue angle of 317.14º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #746670 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 112 -
CMYK 0 0.12 0.03 0.55
HSL 317.14º 0.06% 0.43% -
HSV(B) 317.14º 0.12% 0.45% -
XYZ 14.88 14.39 17.32 -
YUV 107.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 116 102 112 0 0.12 0.03 0.55 317.14 0.06 0.43
Hex 74 66 70 0 C 3 37 13D 6 2B
Octal 164 146 160 0 14 3 67 475 6 53
Binary 1110100 1100110 1110000 0 1100 11 110111 100111101 110 101011

Color Harmonies of #746670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746670

Black with #746670

Text Example


Text Example

White with #746670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746670; }

 p { color: rgb(116,102,112); }

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

background-color css

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

 a { background-color: rgb(116,102,112); }

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

border-color css

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

 span { border-color: rgb(116,102,112); }

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