Html Css Color HEX #76446F Eminence

📋 copy color: '#76446F'

red 118 ◦ green 68 ◦ blue 111

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

Shades of Eminence #76446F

Tints of Eminence #76446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

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

R = 39.73%
G = 22.9%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76446F (or 0x76446F) is known color: Eminence. HEX triplet: 76, 44 and 6F. RGB value is (118,68,111). Sum of RGB (Red+Green+Blue) = 118+68+111=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76446F is #89BB90. Grayscale: #575757. Windows color (decimal): -9026449 or 7292022. OLE color: 7292022.

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

Color convert

RGB 118 68 111 -
CMYK 0 0.42 0.06 0.54
HSL 308.4º 0.27% 0.36% -
HSV(B) 308.4º 0.42% 0.46% -
XYZ 12.41 9.13 16.15 -
YUV 87.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 118 68 111 0 0.42 0.06 0.54 308.4 0.27 0.36
Hex 76 44 6F 0 2A 6 36 134 1B 24
Octal 166 104 157 0 52 6 66 464 33 44
Binary 1110110 1000100 1101111 0 101010 110 110110 100110100 11011 100100

Color Harmonies of #76446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76446F

Black with #76446F

Text Example


Text Example

White with #76446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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