Html Css Color HEX #745570 Salt Box

📋 copy color: '#745570'

red 116 ◦ green 85 ◦ blue 112

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

Shades of Salt Box #745570

Tints of Salt Box #745570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

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

R = 37.06%
G = 27.16%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#745570 (or 0x745570) is known color: Salt Box. HEX triplet: 74, 55 and 70. RGB value is (116,85,112). Sum of RGB (Red+Green+Blue) = 116+85+112=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #745570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745570 is #8BAA8F. Grayscale: #616161. Windows color (decimal): -9153168 or 7361908. OLE color: 7361908.

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

Color convert

RGB 116 85 112 -
CMYK 0 0.27 0.03 0.55
HSL 307.74º 0.15% 0.39% -
HSV(B) 307.74º 0.27% 0.45% -
XYZ 13.38 11.38 16.82 -
YUV 97.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 116 85 112 0 0.27 0.03 0.55 307.74 0.15 0.39
Hex 74 55 70 0 1B 3 37 134 F 27
Octal 164 125 160 0 33 3 67 464 17 47
Binary 1110100 1010101 1110000 0 11011 11 110111 100110100 1111 100111

Color Harmonies of #745570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745570

Black with #745570

Text Example


Text Example

White with #745570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745570; }

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

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

background-color css

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

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

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

border-color css

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

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

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