Html Css Color HEX #754C7A Eminence

📋 copy color: '#754C7A'

red 117 ◦ green 76 ◦ blue 122

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

Shades of Eminence #754C7A

Tints of Eminence #754C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 37.14%
G = 24.13%
B = 38.73%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#754C7A (or 0x754C7A) is known color: Eminence. HEX triplet: 75, 4C and 7A. RGB value is (117,76,122). Sum of RGB (Red+Green+Blue) = 117+76+122=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #754C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C7A is #8AB385. Grayscale: #5D5D5D. Windows color (decimal): -9089926 or 8014965. OLE color: 8014965.

HSL color Cylindrical-coordinate representation of color #754C7A: hue angle of 293.48º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #754C7A is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 76 122 -
CMYK 0.04 0.38 0 0.52
HSL 293.48º 0.23% 0.39% -
HSV(B) 293.48º 0.38% 0.48% -
XYZ 13.43 10.36 19.7 -
YUV 93.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 117 76 122 0.04 0.38 0 0.52 293.48 0.23 0.39
Hex 75 4C 7A 4 26 0 34 125 17 27
Octal 165 114 172 4 46 0 64 445 27 47
Binary 1110101 1001100 1111010 100 100110 0 110100 100100101 10111 100111

Color Harmonies of #754C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C7A

Black with #754C7A

Text Example


Text Example

White with #754C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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