Html Css Color HEX #74476F Eminence

📋 copy color: '#74476F'

red 116 ◦ green 71 ◦ blue 111

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

Shades of Eminence #74476F

Tints of Eminence #74476F

RGB

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

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

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

R = 38.93%
G = 23.83%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74476F (or 0x74476F) is known color: Eminence. HEX triplet: 74, 47 and 6F. RGB value is (116,71,111). Sum of RGB (Red+Green+Blue) = 116+71+111=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #74476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74476F is #8BB890. Grayscale: #585858. Windows color (decimal): -9156753 or 7292788. OLE color: 7292788.

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

Color convert

RGB 116 71 111 -
CMYK 0 0.39 0.04 0.55
HSL 306.67º 0.24% 0.37% -
HSV(B) 306.67º 0.39% 0.45% -
XYZ 12.32 9.37 16.2 -
YUV 89.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 116 71 111 0 0.39 0.04 0.55 306.67 0.24 0.37
Hex 74 47 6F 0 27 4 37 133 18 25
Octal 164 107 157 0 47 4 67 463 30 45
Binary 1110100 1000111 1101111 0 100111 100 110111 100110011 11000 100101

Color Harmonies of #74476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74476F

Black with #74476F

Text Example


Text Example

White with #74476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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