Html Css Color HEX #76427B Eminence

📋 copy color: '#76427B'

red 118 ◦ green 66 ◦ blue 123

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

Shades of Eminence #76427B

Tints of Eminence #76427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.07%

R = 38.44%
G = 21.5%
B = 40.07%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76427B (or 0x76427B) is known color: Eminence. HEX triplet: 76, 42 and 7B. RGB value is (118,66,123). Sum of RGB (Red+Green+Blue) = 118+66+123=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #76427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76427B is #89BD84. Grayscale: #575757. Windows color (decimal): -9026949 or 8077942. OLE color: 8077942.

HSL color Cylindrical-coordinate representation of color #76427B: hue angle of 294.74º 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 #76427B is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 66 123 -
CMYK 0.04 0.46 0 0.52
HSL 294.74º 0.3% 0.37% -
HSV(B) 294.74º 0.46% 0.48% -
XYZ 12.99 9.18 19.83 -
YUV 88.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 118 66 123 0.04 0.46 0 0.52 294.74 0.3 0.37
Hex 76 42 7B 4 2E 0 34 127 1E 25
Octal 166 102 173 4 56 0 64 447 36 45
Binary 1110110 1000010 1111011 100 101110 0 110100 100100111 11110 100101

Color Harmonies of #76427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76427B

Black with #76427B

Text Example


Text Example

White with #76427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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