Html Css Color HEX #745670 Salt Box

📋 copy color: '#745670'

red 116 ◦ green 86 ◦ blue 112

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

Shades of Salt Box #745670

Tints of Salt Box #745670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

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

R = 36.94%
G = 27.39%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#745670 (or 0x745670) is known color: Salt Box. HEX triplet: 74, 56 and 70. RGB value is (116,86,112). Sum of RGB (Red+Green+Blue) = 116+86+112=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #745670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745670 is #8BA98F. Grayscale: #616161. Windows color (decimal): -9152912 or 7362164. OLE color: 7362164.

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

Color convert

RGB 116 86 112 -
CMYK 0 0.26 0.03 0.55
HSL 308º 0.15% 0.4% -
HSV(B) 308º 0.26% 0.45% -
XYZ 13.45 11.54 16.85 -
YUV 97.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 116 86 112 0 0.26 0.03 0.55 308 0.15 0.4
Hex 74 56 70 0 1A 3 37 134 F 28
Octal 164 126 160 0 32 3 67 464 17 50
Binary 1110100 1010110 1110000 0 11010 11 110111 100110100 1111 101000

Color Harmonies of #745670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745670

Black with #745670

Text Example


Text Example

White with #745670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745670; }

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

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

background-color css

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

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

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

border-color css

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

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

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