Html Css Color HEX #74486E Eminence

📋 copy color: '#74486E'

red 116 ◦ green 72 ◦ blue 110

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

Shades of Eminence #74486E

Tints of Eminence #74486E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

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

R = 38.93%
G = 24.16%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74486E (or 0x74486E) is known color: Eminence. HEX triplet: 74, 48 and 6E. RGB value is (116,72,110). Sum of RGB (Red+Green+Blue) = 116+72+110=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #74486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74486E is #8BB791. Grayscale: #595959. Windows color (decimal): -9156498 or 7227508. OLE color: 7227508.

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

Color convert

RGB 116 72 110 -
CMYK 0 0.38 0.05 0.55
HSL 308.18º 0.23% 0.37% -
HSV(B) 308.18º 0.38% 0.45% -
XYZ 12.33 9.47 15.93 -
YUV 89.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 116 72 110 0 0.38 0.05 0.55 308.18 0.23 0.37
Hex 74 48 6E 0 26 5 37 134 17 25
Octal 164 110 156 0 46 5 67 464 27 45
Binary 1110100 1001000 1101110 0 100110 101 110111 100110100 10111 100101

Color Harmonies of #74486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74486E

Black with #74486E

Text Example


Text Example

White with #74486E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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