Html Css Color HEX #76466C Eminence

📋 copy color: '#76466C'

red 118 ◦ green 70 ◦ blue 108

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

Shades of Eminence #76466C

Tints of Eminence #76466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 39.86%
G = 23.65%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76466C (or 0x76466C) is known color: Eminence. HEX triplet: 76, 46 and 6C. RGB value is (118,70,108). Sum of RGB (Red+Green+Blue) = 118+70+108=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76466C is #89B993. Grayscale: #585858. Windows color (decimal): -9025940 or 7095926. OLE color: 7095926.

HSL color Cylindrical-coordinate representation of color #76466C: hue angle of 312.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76466C is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 108 -
CMYK 0 0.41 0.08 0.54
HSL 312.5º 0.26% 0.37% -
HSV(B) 312.5º 0.41% 0.46% -
XYZ 12.37 9.31 15.33 -
YUV 88.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 118 70 108 0 0.41 0.08 0.54 312.5 0.26 0.37
Hex 76 46 6C 0 29 8 36 138 1A 25
Octal 166 106 154 0 51 10 66 470 32 45
Binary 1110110 1000110 1101100 0 101001 1000 110110 100111000 11010 100101

Color Harmonies of #76466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76466C

Black with #76466C

Text Example


Text Example

White with #76466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76466C; }

 p { color: rgb(118,70,108); }

 H1.HeaderClassName
 {
   color: #76466C;
 }
 .AnyTagClassName
 {
   color: #76466C;
 }
</style>

background-color css

<style>
 a { background-color: #76466C; }

 a { background-color: rgb(118,70,108); }

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

border-color css

<style>
 span { border-color: #76466C; }

 span { border-color: rgb(118,70,108); }

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