Html Css Color HEX #75486F Eminence

📋 copy color: '#75486F'

red 117 ◦ green 72 ◦ blue 111

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

Shades of Eminence #75486F

Tints of Eminence #75486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37%

R = 39%
G = 24%
B = 37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75486F (or 0x75486F) is known color: Eminence. HEX triplet: 75, 48 and 6F. RGB value is (117,72,111). Sum of RGB (Red+Green+Blue) = 117+72+111=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #75486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75486F is #8AB790. Grayscale: #595959. Windows color (decimal): -9090961 or 7293045. OLE color: 7293045.

HSL color Cylindrical-coordinate representation of color #75486F: hue angle of 308º 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 #75486F is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 72 111 -
CMYK 0 0.38 0.05 0.54
HSL 308º 0.24% 0.37% -
HSV(B) 308º 0.38% 0.46% -
XYZ 12.52 9.56 16.23 -
YUV 89.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 117 72 111 0 0.38 0.05 0.54 308 0.24 0.37
Hex 75 48 6F 0 26 5 36 134 18 25
Octal 165 110 157 0 46 5 66 464 30 45
Binary 1110101 1001000 1101111 0 100110 101 110110 100110100 11000 100101

Color Harmonies of #75486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75486F

Black with #75486F

Text Example


Text Example

White with #75486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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