Html Css Color HEX #745870 Salt Box

📋 copy color: '#745870'

red 116 ◦ green 88 ◦ blue 112

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

Shades of Salt Box #745870

Tints of Salt Box #745870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

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

R = 36.71%
G = 27.85%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#745870 (or 0x745870) is known color: Salt Box. HEX triplet: 74, 58 and 70. RGB value is (116,88,112). Sum of RGB (Red+Green+Blue) = 116+88+112=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #745870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745870 is #8BA78F. Grayscale: #636363. Windows color (decimal): -9152400 or 7362676. OLE color: 7362676.

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

Color convert

RGB 116 88 112 -
CMYK 0 0.24 0.03 0.55
HSL 308.57º 0.14% 0.4% -
HSV(B) 308.57º 0.24% 0.45% -
XYZ 13.62 11.86 16.9 -
YUV 99.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 116 88 112 0 0.24 0.03 0.55 308.57 0.14 0.4
Hex 74 58 70 0 18 3 37 135 E 28
Octal 164 130 160 0 30 3 67 465 16 50
Binary 1110100 1011000 1110000 0 11000 11 110111 100110101 1110 101000

Color Harmonies of #745870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745870

Black with #745870

Text Example


Text Example

White with #745870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745870; }

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

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

background-color css

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

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

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

border-color css

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

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

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