Html Css Color HEX #745671 Salt Box

📋 copy color: '#745671'

red 116 ◦ green 86 ◦ blue 113

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

Shades of Salt Box #745671

Tints of Salt Box #745671

RGB

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

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

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

R = 36.83%
G = 27.3%
B = 35.87%

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

#745671 (or 0x745671) is known color: Salt Box. HEX triplet: 74, 56 and 71. RGB value is (116,86,113). Sum of RGB (Red+Green+Blue) = 116+86+113=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #745671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745671 is #8BA98E. Grayscale: #616161. Windows color (decimal): -9152911 or 7427700. OLE color: 7427700.

HSL color Cylindrical-coordinate representation of color #745671: hue angle of 306º 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 #745671 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 86 113 -
CMYK 0 0.26 0.03 0.55
HSL 306º 0.15% 0.4% -
HSV(B) 306º 0.26% 0.45% -
XYZ 13.51 11.56 17.14 -
YUV 98.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 116 86 113 0 0.26 0.03 0.55 306 0.15 0.4
Hex 74 56 71 0 1A 3 37 132 F 28
Octal 164 126 161 0 32 3 67 462 17 50
Binary 1110100 1010110 1110001 0 11010 11 110111 100110010 1111 101000

Color Harmonies of #745671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745671

Black with #745671

Text Example


Text Example

White with #745671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745671; }

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

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

background-color css

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

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

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

border-color css

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

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

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