Html Css Color HEX #745171 Salt Box

📋 copy color: '#745171'

red 116 ◦ green 81 ◦ blue 113

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

Shades of Salt Box #745171

Tints of Salt Box #745171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 37.42%
G = 26.13%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#745171 (or 0x745171) is known color: Salt Box. HEX triplet: 74, 51 and 71. RGB value is (116,81,113). Sum of RGB (Red+Green+Blue) = 116+81+113=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #745171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745171 is #8BAE8E. Grayscale: #5F5F5F. Windows color (decimal): -9154191 or 7426420. OLE color: 7426420.

HSL color Cylindrical-coordinate representation of color #745171: hue angle of 305.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745171 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 113 -
CMYK 0 0.30 0.03 0.55
HSL 305.14º 0.18% 0.39% -
HSV(B) 305.14º 0.3% 0.45% -
XYZ 13.13 10.79 17.01 -
YUV 95.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 116 81 113 0 0.30 0.03 0.55 305.14 0.18 0.39
Hex 74 51 71 0 1E 3 37 131 12 27
Octal 164 121 161 0 36 3 67 461 22 47
Binary 1110100 1010001 1110001 0 11110 11 110111 100110001 10010 100111

Color Harmonies of #745171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745171

Black with #745171

Text Example


Text Example

White with #745171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745171; }

 p { color: rgb(116,81,113); }

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

background-color css

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

 a { background-color: rgb(116,81,113); }

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

border-color css

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

 span { border-color: rgb(116,81,113); }

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