Html Css Color HEX #75476E Eminence

📋 copy color: '#75476E'

red 117 ◦ green 71 ◦ blue 110

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

Shades of Eminence #75476E

Tints of Eminence #75476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

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

R = 39.26%
G = 23.83%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75476E (or 0x75476E) is known color: Eminence. HEX triplet: 75, 47 and 6E. RGB value is (117,71,110). Sum of RGB (Red+Green+Blue) = 117+71+110=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #75476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75476E is #8AB891. Grayscale: #595959. Windows color (decimal): -9091218 or 7227253. OLE color: 7227253.

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

Color convert

RGB 117 71 110 -
CMYK 0 0.39 0.06 0.54
HSL 309.13º 0.24% 0.37% -
HSV(B) 309.13º 0.39% 0.46% -
XYZ 12.4 9.41 15.92 -
YUV 89.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 117 71 110 0 0.39 0.06 0.54 309.13 0.24 0.37
Hex 75 47 6E 0 27 6 36 135 18 25
Octal 165 107 156 0 47 6 66 465 30 45
Binary 1110101 1000111 1101110 0 100111 110 110110 100110101 11000 100101

Color Harmonies of #75476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75476E

Black with #75476E

Text Example


Text Example

White with #75476E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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