Html Css Color HEX #74476D Eminence

📋 copy color: '#74476D'

red 116 ◦ green 71 ◦ blue 109

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

Shades of Eminence #74476D

Tints of Eminence #74476D

RGB

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

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

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

R = 39.19%
G = 23.99%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74476D (or 0x74476D) is known color: Eminence. HEX triplet: 74, 47 and 6D. RGB value is (116,71,109). Sum of RGB (Red+Green+Blue) = 116+71+109=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #74476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74476D is #8BB892. Grayscale: #585858. Windows color (decimal): -9156755 or 7161716. OLE color: 7161716.

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

Color convert

RGB 116 71 109 -
CMYK 0 0.39 0.06 0.55
HSL 309.33º 0.24% 0.37% -
HSV(B) 309.33º 0.39% 0.45% -
XYZ 12.22 9.32 15.62 -
YUV 88.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 116 71 109 0 0.39 0.06 0.55 309.33 0.24 0.37
Hex 74 47 6D 0 27 6 37 135 18 25
Octal 164 107 155 0 47 6 67 465 30 45
Binary 1110100 1000111 1101101 0 100111 110 110111 100110101 11000 100101

Color Harmonies of #74476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74476D

Black with #74476D

Text Example


Text Example

White with #74476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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