Html Css Color HEX #74466F Eminence

📋 copy color: '#74466F'

red 116 ◦ green 70 ◦ blue 111

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

Shades of Eminence #74466F

Tints of Eminence #74466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.57%

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

R = 39.06%
G = 23.57%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74466F (or 0x74466F) is known color: Eminence. HEX triplet: 74, 46 and 6F. RGB value is (116,70,111). Sum of RGB (Red+Green+Blue) = 116+70+111=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #74466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74466F is #8BB990. Grayscale: #585858. Windows color (decimal): -9157009 or 7292532. OLE color: 7292532.

HSL color Cylindrical-coordinate representation of color #74466F: hue angle of 306.52º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74466F is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 111 -
CMYK 0 0.40 0.04 0.55
HSL 306.52º 0.25% 0.36% -
HSV(B) 306.52º 0.4% 0.45% -
XYZ 12.26 9.24 16.18 -
YUV 88.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 116 70 111 0 0.40 0.04 0.55 306.52 0.25 0.36
Hex 74 46 6F 0 28 4 37 133 19 24
Octal 164 106 157 0 50 4 67 463 31 44
Binary 1110100 1000110 1101111 0 101000 100 110111 100110011 11001 100100

Color Harmonies of #74466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74466F

Black with #74466F

Text Example


Text Example

White with #74466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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