Html Css Color HEX #75476D Eminence

📋 copy color: '#75476D'

red 117 ◦ green 71 ◦ blue 109

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

Shades of Eminence #75476D

Tints of Eminence #75476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.7%

R = 39.39%
G = 23.91%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75476D (or 0x75476D) is known color: Eminence. HEX triplet: 75, 47 and 6D. RGB value is (117,71,109). Sum of RGB (Red+Green+Blue) = 117+71+109=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75476D is #8AB892. Grayscale: #585858. Windows color (decimal): -9091219 or 7161717. OLE color: 7161717.

HSL color Cylindrical-coordinate representation of color #75476D: hue angle of 310.43º 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 #75476D is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 109 -
CMYK 0 0.39 0.07 0.54
HSL 310.43º 0.24% 0.37% -
HSV(B) 310.43º 0.39% 0.46% -
XYZ 12.35 9.39 15.63 -
YUV 89.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 117 71 109 0 0.39 0.07 0.54 310.43 0.24 0.37
Hex 75 47 6D 0 27 7 36 136 18 25
Octal 165 107 155 0 47 7 66 466 30 45
Binary 1110101 1000111 1101101 0 100111 111 110110 100110110 11000 100101

Color Harmonies of #75476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75476D

Black with #75476D

Text Example


Text Example

White with #75476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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