Html Css Color HEX #754676 Eminence

📋 copy color: '#754676'

red 117 ◦ green 70 ◦ blue 118

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

Shades of Eminence #754676

Tints of Eminence #754676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 38.36%
G = 22.95%
B = 38.69%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#754676 (or 0x754676) is known color: Eminence. HEX triplet: 75, 46 and 76. RGB value is (117,70,118). Sum of RGB (Red+Green+Blue) = 117+70+118=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #754676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754676 is #8AB989. Grayscale: #595959. Windows color (decimal): -9091466 or 7751285. OLE color: 7751285.

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

Color convert

RGB 117 70 118 -
CMYK 0.01 0.41 0 0.54
HSL 298.75º 0.26% 0.37% -
HSV(B) 298.75º 0.41% 0.46% -
XYZ 12.8 9.47 18.29 -
YUV 89.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 117 70 118 0.01 0.41 0 0.54 298.75 0.26 0.37
Hex 75 46 76 1 29 0 36 12B 1A 25
Octal 165 106 166 1 51 0 66 453 32 45
Binary 1110101 1000110 1110110 1 101001 0 110110 100101011 11010 100101

Color Harmonies of #754676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754676

Black with #754676

Text Example


Text Example

White with #754676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754676; }

 p { color: rgb(117,70,118); }

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

background-color css

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

 a { background-color: rgb(117,70,118); }

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

border-color css

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

 span { border-color: rgb(117,70,118); }

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