Html Css Color HEX #745971 Salt Box

📋 copy color: '#745971'

red 116 ◦ green 89 ◦ blue 113

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

Shades of Salt Box #745971

Tints of Salt Box #745971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

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

R = 36.48%
G = 27.99%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#745971 (or 0x745971) is known color: Salt Box. HEX triplet: 74, 59 and 71. RGB value is (116,89,113). Sum of RGB (Red+Green+Blue) = 116+89+113=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #745971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745971 is #8BA68E. Grayscale: #636363. Windows color (decimal): -9152143 or 7428468. OLE color: 7428468.

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

Color convert

RGB 116 89 113 -
CMYK 0 0.23 0.03 0.55
HSL 306.67º 0.13% 0.4% -
HSV(B) 306.67º 0.23% 0.45% -
XYZ 13.76 12.05 17.22 -
YUV 99.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 116 89 113 0 0.23 0.03 0.55 306.67 0.13 0.4
Hex 74 59 71 0 17 3 37 133 D 28
Octal 164 131 161 0 27 3 67 463 15 50
Binary 1110100 1011001 1110001 0 10111 11 110111 100110011 1101 101000

Color Harmonies of #745971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745971

Black with #745971

Text Example


Text Example

White with #745971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745971; }

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

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

background-color css

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

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

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

border-color css

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

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

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