Html Css Color HEX #74456D Eminence

📋 copy color: '#74456D'

red 116 ◦ green 69 ◦ blue 109

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

Shades of Eminence #74456D

Tints of Eminence #74456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 39.46%
G = 23.47%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74456D (or 0x74456D) is known color: Eminence. HEX triplet: 74, 45 and 6D. RGB value is (116,69,109). Sum of RGB (Red+Green+Blue) = 116+69+109=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #74456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74456D is #8BBA92. Grayscale: #575757. Windows color (decimal): -9157267 or 7161204. OLE color: 7161204.

HSL color Cylindrical-coordinate representation of color #74456D: hue angle of 308.94º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74456D is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 69 109 -
CMYK 0 0.41 0.06 0.55
HSL 308.94º 0.25% 0.36% -
HSV(B) 308.94º 0.41% 0.45% -
XYZ 12.09 9.07 15.58 -
YUV 87.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 116 69 109 0 0.41 0.06 0.55 308.94 0.25 0.36
Hex 74 45 6D 0 29 6 37 135 19 24
Octal 164 105 155 0 51 6 67 465 31 44
Binary 1110100 1000101 1101101 0 101001 110 110111 100110101 11001 100100

Color Harmonies of #74456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74456D

Black with #74456D

Text Example


Text Example

White with #74456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74456D; }

 p { color: rgb(116,69,109); }

 H1.HeaderClassName
 {
   color: #74456D;
 }
 .AnyTagClassName
 {
   color: #74456D;
 }
</style>

background-color css

<style>
 a { background-color: #74456D; }

 a { background-color: rgb(116,69,109); }

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

border-color css

<style>
 span { border-color: #74456D; }

 span { border-color: rgb(116,69,109); }

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