Html Css Color HEX #754E6F Salt Box

📋 copy color: '#754E6F'

red 117 ◦ green 78 ◦ blue 111

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

Shades of Salt Box #754E6F

Tints of Salt Box #754E6F

RGB

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

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

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

R = 38.24%
G = 25.49%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#754E6F (or 0x754E6F) is known color: Salt Box. HEX triplet: 75, 4E and 6F. RGB value is (117,78,111). Sum of RGB (Red+Green+Blue) = 117+78+111=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #754E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E6F is #8AB190. Grayscale: #5D5D5D. Windows color (decimal): -9089425 or 7294581. OLE color: 7294581.

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

Color convert

RGB 117 78 111 -
CMYK 0 0.33 0.05 0.54
HSL 309.23º 0.2% 0.38% -
HSV(B) 309.23º 0.33% 0.46% -
XYZ 12.93 10.38 16.36 -
YUV 93.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 117 78 111 0 0.33 0.05 0.54 309.23 0.2 0.38
Hex 75 4E 6F 0 21 5 36 135 14 26
Octal 165 116 157 0 41 5 66 465 24 46
Binary 1110101 1001110 1101111 0 100001 101 110110 100110101 10100 100110

Color Harmonies of #754E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E6F

Black with #754E6F

Text Example


Text Example

White with #754E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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