Html Css Color HEX #754C6D Salt Box

📋 copy color: '#754C6D'

red 117 ◦ green 76 ◦ blue 109

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

Shades of Salt Box #754C6D

Tints of Salt Box #754C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 38.74%
G = 25.17%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#754C6D (or 0x754C6D) is known color: Salt Box. HEX triplet: 75, 4C and 6D. RGB value is (117,76,109). Sum of RGB (Red+Green+Blue) = 117+76+109=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #754C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C6D is #8AB392. Grayscale: #5B5B5B. Windows color (decimal): -9089939 or 7162997. OLE color: 7162997.

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

Color convert

RGB 117 76 109 -
CMYK 0 0.35 0.07 0.54
HSL 311.71º 0.21% 0.38% -
HSV(B) 311.71º 0.35% 0.46% -
XYZ 12.68 10.05 15.74 -
YUV 92.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 117 76 109 0 0.35 0.07 0.54 311.71 0.21 0.38
Hex 75 4C 6D 0 23 7 36 138 15 26
Octal 165 114 155 0 43 7 66 470 25 46
Binary 1110101 1001100 1101101 0 100011 111 110110 100111000 10101 100110

Color Harmonies of #754C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C6D

Black with #754C6D

Text Example


Text Example

White with #754C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,109); }

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

background-color css

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

 a { background-color: rgb(117,76,109); }

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

border-color css

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

 span { border-color: rgb(117,76,109); }

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