Html Css Color HEX #74486F Eminence

📋 copy color: '#74486F'

red 116 ◦ green 72 ◦ blue 111

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

Shades of Eminence #74486F

Tints of Eminence #74486F

RGB

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

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

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

R = 38.8%
G = 24.08%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74486F (or 0x74486F) is known color: Eminence. HEX triplet: 74, 48 and 6F. RGB value is (116,72,111). Sum of RGB (Red+Green+Blue) = 116+72+111=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #74486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74486F is #8BB790. Grayscale: #595959. Windows color (decimal): -9156497 or 7293044. OLE color: 7293044.

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

Color convert

RGB 116 72 111 -
CMYK 0 0.38 0.04 0.55
HSL 306.82º 0.23% 0.37% -
HSV(B) 306.82º 0.38% 0.45% -
XYZ 12.39 9.5 16.22 -
YUV 89.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 116 72 111 0 0.38 0.04 0.55 306.82 0.23 0.37
Hex 74 48 6F 0 26 4 37 133 17 25
Octal 164 110 157 0 46 4 67 463 27 45
Binary 1110100 1001000 1101111 0 100110 100 110111 100110011 10111 100101

Color Harmonies of #74486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74486F

Black with #74486F

Text Example


Text Example

White with #74486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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