Html Css Color HEX #745271 Salt Box

📋 copy color: '#745271'

red 116 ◦ green 82 ◦ blue 113

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

Shades of Salt Box #745271

Tints of Salt Box #745271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

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

R = 37.3%
G = 26.37%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#745271 (or 0x745271) is known color: Salt Box. HEX triplet: 74, 52 and 71. RGB value is (116,82,113). Sum of RGB (Red+Green+Blue) = 116+82+113=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #745271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745271 is #8BAD8E. Grayscale: #5F5F5F. Windows color (decimal): -9153935 or 7426676. OLE color: 7426676.

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

Color convert

RGB 116 82 113 -
CMYK 0 0.29 0.03 0.55
HSL 305.29º 0.17% 0.39% -
HSV(B) 305.29º 0.29% 0.45% -
XYZ 13.2 10.94 17.04 -
YUV 95.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 116 82 113 0 0.29 0.03 0.55 305.29 0.17 0.39
Hex 74 52 71 0 1D 3 37 131 11 27
Octal 164 122 161 0 35 3 67 461 21 47
Binary 1110100 1010010 1110001 0 11101 11 110111 100110001 10001 100111

Color Harmonies of #745271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745271

Black with #745271

Text Example


Text Example

White with #745271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745271; }

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

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

background-color css

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

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

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

border-color css

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

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

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