Html Css Color HEX #76426A Eminence

📋 copy color: '#76426A'

red 118 ◦ green 66 ◦ blue 106

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

Shades of Eminence #76426A

Tints of Eminence #76426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.76%

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 40.69%
G = 22.76%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76426A (or 0x76426A) is known color: Eminence. HEX triplet: 76, 42 and 6A. RGB value is (118,66,106). Sum of RGB (Red+Green+Blue) = 118+66+106=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #76426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76426A is #89BD95. Grayscale: #565656. Windows color (decimal): -9026966 or 6963830. OLE color: 6963830.

HSL color Cylindrical-coordinate representation of color #76426A: hue angle of 313.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76426A is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 106 -
CMYK 0 0.44 0.10 0.54
HSL 313.85º 0.28% 0.36% -
HSV(B) 313.85º 0.44% 0.46% -
XYZ 12.02 8.79 14.7 -
YUV 86.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 118 66 106 0 0.44 0.10 0.54 313.85 0.28 0.36
Hex 76 42 6A 0 2C A 36 13A 1C 24
Octal 166 102 152 0 54 12 66 472 34 44
Binary 1110110 1000010 1101010 0 101100 1010 110110 100111010 11100 100100

Color Harmonies of #76426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76426A

Black with #76426A

Text Example


Text Example

White with #76426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76426A; }

 p { color: rgb(118,66,106); }

 H1.HeaderClassName
 {
   color: #76426A;
 }
 .AnyTagClassName
 {
   color: #76426A;
 }
</style>

background-color css

<style>
 a { background-color: #76426A; }

 a { background-color: rgb(118,66,106); }

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

border-color css

<style>
 span { border-color: #76426A; }

 span { border-color: rgb(118,66,106); }

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