Html Css Color HEX #74476E Eminence

📋 copy color: '#74476E'

red 116 ◦ green 71 ◦ blue 110

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

Shades of Eminence #74476E

Tints of Eminence #74476E

RGB

 RED value IS 116 (45.7% from 255) = 39.06%

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

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

R = 39.06%
G = 23.91%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74476E (or 0x74476E) is known color: Eminence. HEX triplet: 74, 47 and 6E. RGB value is (116,71,110). Sum of RGB (Red+Green+Blue) = 116+71+110=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #74476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74476E is #8BB891. Grayscale: #585858. Windows color (decimal): -9156754 or 7227252. OLE color: 7227252.

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

Color convert

RGB 116 71 110 -
CMYK 0 0.39 0.05 0.55
HSL 308º 0.24% 0.37% -
HSV(B) 308º 0.39% 0.45% -
XYZ 12.27 9.35 15.91 -
YUV 88.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 116 71 110 0 0.39 0.05 0.55 308 0.24 0.37
Hex 74 47 6E 0 27 5 37 134 18 25
Octal 164 107 156 0 47 5 67 464 30 45
Binary 1110100 1000111 1101110 0 100111 101 110111 100110100 11000 100101

Color Harmonies of #74476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74476E

Black with #74476E

Text Example


Text Example

White with #74476E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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