Html Css Color HEX #75486E Eminence

📋 copy color: '#75486E'

red 117 ◦ green 72 ◦ blue 110

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

Shades of Eminence #75486E

Tints of Eminence #75486E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 39.13%
G = 24.08%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75486E (or 0x75486E) is known color: Eminence. HEX triplet: 75, 48 and 6E. RGB value is (117,72,110). Sum of RGB (Red+Green+Blue) = 117+72+110=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #75486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75486E is #8AB791. Grayscale: #595959. Windows color (decimal): -9090962 or 7227509. OLE color: 7227509.

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

Color convert

RGB 117 72 110 -
CMYK 0 0.38 0.06 0.54
HSL 309.33º 0.24% 0.37% -
HSV(B) 309.33º 0.38% 0.46% -
XYZ 12.47 9.54 15.94 -
YUV 89.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 117 72 110 0 0.38 0.06 0.54 309.33 0.24 0.37
Hex 75 48 6E 0 26 6 36 135 18 25
Octal 165 110 156 0 46 6 66 465 30 45
Binary 1110101 1001000 1101110 0 100110 110 110110 100110101 11000 100101

Color Harmonies of #75486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75486E

Black with #75486E

Text Example


Text Example

White with #75486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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