Html Css Color HEX #754A6E Salt Box

📋 copy color: '#754A6E'

red 117 ◦ green 74 ◦ blue 110

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

Shades of Salt Box #754A6E

Tints of Salt Box #754A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.58%

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 38.87%
G = 24.58%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#754A6E (or 0x754A6E) is known color: Salt Box. HEX triplet: 75, 4A and 6E. RGB value is (117,74,110). Sum of RGB (Red+Green+Blue) = 117+74+110=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #754A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A6E is #8AB591. Grayscale: #5A5A5A. Windows color (decimal): -9090450 or 7228021. OLE color: 7228021.

HSL color Cylindrical-coordinate representation of color #754A6E: hue angle of 309.77º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #754A6E is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 74 110 -
CMYK 0 0.37 0.06 0.54
HSL 309.77º 0.23% 0.37% -
HSV(B) 309.77º 0.37% 0.46% -
XYZ 12.6 9.81 15.98 -
YUV 90.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 117 74 110 0 0.37 0.06 0.54 309.77 0.23 0.37
Hex 75 4A 6E 0 25 6 36 136 17 25
Octal 165 112 156 0 45 6 66 466 27 45
Binary 1110101 1001010 1101110 0 100101 110 110110 100110110 10111 100101

Color Harmonies of #754A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A6E

Black with #754A6E

Text Example


Text Example

White with #754A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,74,110); }

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

background-color css

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

 a { background-color: rgb(117,74,110); }

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

border-color css

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

 span { border-color: rgb(117,74,110); }

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