Html Css Color HEX #754A6C Salt Box

📋 copy color: '#754A6C'

red 117 ◦ green 74 ◦ blue 108

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

Shades of Salt Box #754A6C

Tints of Salt Box #754A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 39.13%
G = 24.75%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#754A6C (or 0x754A6C) is known color: Salt Box. HEX triplet: 75, 4A and 6C. RGB value is (117,74,108). Sum of RGB (Red+Green+Blue) = 117+74+108=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #754A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A6C is #8AB593. Grayscale: #5A5A5A. Windows color (decimal): -9090452 or 7096949. OLE color: 7096949.

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

Color convert

RGB 117 74 108 -
CMYK 0 0.37 0.08 0.54
HSL 312.56º 0.23% 0.37% -
HSV(B) 312.56º 0.37% 0.46% -
XYZ 12.49 9.76 15.41 -
YUV 90.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 117 74 108 0 0.37 0.08 0.54 312.56 0.23 0.37
Hex 75 4A 6C 0 25 8 36 139 17 25
Octal 165 112 154 0 45 10 66 471 27 45
Binary 1110101 1001010 1101100 0 100101 1000 110110 100111001 10111 100101

Color Harmonies of #754A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A6C

Black with #754A6C

Text Example


Text Example

White with #754A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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