Html Css Color HEX #754D70 Salt Box

📋 copy color: '#754D70'

red 117 ◦ green 77 ◦ blue 112

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

Shades of Salt Box #754D70

Tints of Salt Box #754D70

RGB

 RED value IS 117 (46.09% from 255) = 38.24%

 GREEN value IS 77 (30.47% from 255) = 25.16%

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

R = 38.24%
G = 25.16%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#754D70 (or 0x754D70) is known color: Salt Box. HEX triplet: 75, 4D and 70. RGB value is (117,77,112). Sum of RGB (Red+Green+Blue) = 117+77+112=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #754D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D70 is #8AB28F. Grayscale: #5C5C5C. Windows color (decimal): -9089680 or 7359861. OLE color: 7359861.

HSL color Cylindrical-coordinate representation of color #754D70: hue angle of 307.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #754D70 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 112 -
CMYK 0 0.34 0.04 0.54
HSL 307.5º 0.21% 0.38% -
HSV(B) 307.5º 0.34% 0.46% -
XYZ 12.91 10.26 16.63 -
YUV 92.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 117 77 112 0 0.34 0.04 0.54 307.5 0.21 0.38
Hex 75 4D 70 0 22 4 36 134 15 26
Octal 165 115 160 0 42 4 66 464 25 46
Binary 1110101 1001101 1110000 0 100010 100 110110 100110100 10101 100110

Color Harmonies of #754D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D70

Black with #754D70

Text Example


Text Example

White with #754D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D70; }

 p { color: rgb(117,77,112); }

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

background-color css

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

 a { background-color: rgb(117,77,112); }

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

border-color css

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

 span { border-color: rgb(117,77,112); }

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