Html Css Color HEX #754E6D Salt Box

📋 copy color: '#754E6D'

red 117 ◦ green 78 ◦ blue 109

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

Shades of Salt Box #754E6D

Tints of Salt Box #754E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

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

R = 38.49%
G = 25.66%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#754E6D (or 0x754E6D) is known color: Salt Box. HEX triplet: 75, 4E and 6D. RGB value is (117,78,109). Sum of RGB (Red+Green+Blue) = 117+78+109=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #754E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E6D is #8AB192. Grayscale: #5D5D5D. Windows color (decimal): -9089427 or 7163509. OLE color: 7163509.

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

Color convert

RGB 117 78 109 -
CMYK 0 0.33 0.07 0.54
HSL 312.31º 0.2% 0.38% -
HSV(B) 312.31º 0.33% 0.46% -
XYZ 12.82 10.33 15.79 -
YUV 93.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 117 78 109 0 0.33 0.07 0.54 312.31 0.2 0.38
Hex 75 4E 6D 0 21 7 36 138 14 26
Octal 165 116 155 0 41 7 66 470 24 46
Binary 1110101 1001110 1101101 0 100001 111 110110 100111000 10100 100110

Color Harmonies of #754E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E6D

Black with #754E6D

Text Example


Text Example

White with #754E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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