Html Css Color HEX #74376E Eminence

📋 copy color: '#74376E'

red 116 ◦ green 55 ◦ blue 110

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

Shades of Eminence #74376E

Tints of Eminence #74376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

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

R = 41.28%
G = 19.57%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74376E (or 0x74376E) is known color: Eminence. HEX triplet: 74, 37 and 6E. RGB value is (116,55,110). Sum of RGB (Red+Green+Blue) = 116+55+110=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #74376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74376E is #8BC891. Grayscale: #4F4F4F. Windows color (decimal): -9160850 or 7223156. OLE color: 7223156.

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

Color convert

RGB 116 55 110 -
CMYK 0 0.53 0.05 0.55
HSL 305.9º 0.36% 0.34% -
HSV(B) 305.9º 0.53% 0.45% -
XYZ 11.38 7.57 15.61 -
YUV 79.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 116 55 110 0 0.53 0.05 0.55 305.9 0.36 0.34
Hex 74 37 6E 0 35 5 37 132 24 22
Octal 164 67 156 0 65 5 67 462 44 42
Binary 1110100 110111 1101110 0 110101 101 110111 100110010 100100 100010

Color Harmonies of #74376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74376E

Black with #74376E

Text Example


Text Example

White with #74376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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