Html Css Color HEX #76346F Eminence

📋 copy color: '#76346F'

red 118 ◦ green 52 ◦ blue 111

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

Shades of Eminence #76346F

Tints of Eminence #76346F

RGB

 RED value IS 118 (46.48% from 255) = 41.99%

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 41.99%
G = 18.51%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76346F (or 0x76346F) is known color: Eminence. HEX triplet: 76, 34 and 6F. RGB value is (118,52,111). Sum of RGB (Red+Green+Blue) = 118+52+111=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76346F is #89CB90. Grayscale: #4E4E4E. Windows color (decimal): -9030545 or 7287926. OLE color: 7287926.

HSL color Cylindrical-coordinate representation of color #76346F: hue angle of 306.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76346F is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 111 -
CMYK 0 0.56 0.06 0.54
HSL 306.36º 0.39% 0.33% -
HSV(B) 306.36º 0.56% 0.46% -
XYZ 11.57 7.46 15.87 -
YUV 78.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 118 52 111 0 0.56 0.06 0.54 306.36 0.39 0.33
Hex 76 34 6F 0 38 6 36 132 27 21
Octal 166 64 157 0 70 6 66 462 47 41
Binary 1110110 110100 1101111 0 111000 110 110110 100110010 100111 100001

Color Harmonies of #76346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76346F

Black with #76346F

Text Example


Text Example

White with #76346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,52,111); }

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

background-color css

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

 a { background-color: rgb(118,52,111); }

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

border-color css

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

 span { border-color: rgb(118,52,111); }

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