Html Css Color HEX #76427A Eminence

📋 copy color: '#76427A'

red 118 ◦ green 66 ◦ blue 122

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

Shades of Eminence #76427A

Tints of Eminence #76427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 38.56%
G = 21.57%
B = 39.87%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76427A (or 0x76427A) is known color: Eminence. HEX triplet: 76, 42 and 7A. RGB value is (118,66,122). Sum of RGB (Red+Green+Blue) = 118+66+122=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #76427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76427A is #89BD85. Grayscale: #575757. Windows color (decimal): -9026950 or 8012406. OLE color: 8012406.

HSL color Cylindrical-coordinate representation of color #76427A: hue angle of 295.71º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76427A is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 66 122 -
CMYK 0.03 0.46 0 0.52
HSL 295.71º 0.3% 0.37% -
HSV(B) 295.71º 0.46% 0.48% -
XYZ 12.93 9.15 19.5 -
YUV 87.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 118 66 122 0.03 0.46 0 0.52 295.71 0.3 0.37
Hex 76 42 7A 3 2E 0 34 128 1E 25
Octal 166 102 172 3 56 0 64 450 36 45
Binary 1110110 1000010 1111010 11 101110 0 110100 100101000 11110 100101

Color Harmonies of #76427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76427A

Black with #76427A

Text Example


Text Example

White with #76427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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