Html Css Color HEX #754D6F Salt Box

📋 copy color: '#754D6F'

red 117 ◦ green 77 ◦ blue 111

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

Shades of Salt Box #754D6F

Tints of Salt Box #754D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 38.36%
G = 25.25%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#754D6F (or 0x754D6F) is known color: Salt Box. HEX triplet: 75, 4D and 6F. RGB value is (117,77,111). Sum of RGB (Red+Green+Blue) = 117+77+111=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #754D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D6F is #8AB290. Grayscale: #5C5C5C. Windows color (decimal): -9089681 or 7294325. OLE color: 7294325.

HSL color Cylindrical-coordinate representation of color #754D6F: hue angle of 309º 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 #754D6F is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 111 -
CMYK 0 0.34 0.05 0.54
HSL 309º 0.21% 0.38% -
HSV(B) 309º 0.34% 0.46% -
XYZ 12.86 10.24 16.34 -
YUV 92.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 117 77 111 0 0.34 0.05 0.54 309 0.21 0.38
Hex 75 4D 6F 0 22 5 36 135 15 26
Octal 165 115 157 0 42 5 66 465 25 46
Binary 1110101 1001101 1101111 0 100010 101 110110 100110101 10101 100110

Color Harmonies of #754D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D6F

Black with #754D6F

Text Example


Text Example

White with #754D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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