Html Css Color HEX #762E77 Eminence

📋 copy color: '#762E77'

red 118 ◦ green 46 ◦ blue 119

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

Shades of Eminence #762E77

Tints of Eminence #762E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 41.7%
G = 16.25%
B = 42.05%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#762E77 (or 0x762E77) is known color: Eminence. HEX triplet: 76, 2E and 77. RGB value is (118,46,119). Sum of RGB (Red+Green+Blue) = 118+46+119=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #762E77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E77 is #89D188. Grayscale: #4B4B4B. Windows color (decimal): -9032073 or 7810678. OLE color: 7810678.

HSL color Cylindrical-coordinate representation of color #762E77: hue angle of 299.18º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E77 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 46 119 -
CMYK 0.01 0.61 0 0.53
HSL 299.18º 0.44% 0.32% -
HSV(B) 299.18º 0.61% 0.47% -
XYZ 11.78 7.14 18.21 -
YUV 75.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 118 46 119 0.01 0.61 0 0.53 299.18 0.44 0.32
Hex 76 2E 77 1 3D 0 35 12B 2C 20
Octal 166 56 167 1 75 0 65 453 54 40
Binary 1110110 101110 1110111 1 111101 0 110101 100101011 101100 100000

Color Harmonies of #762E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E77

Black with #762E77

Text Example


Text Example

White with #762E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762E77; }

 p { color: rgb(118,46,119); }

 H1.HeaderClassName
 {
   color: #762E77;
 }
 .AnyTagClassName
 {
   color: #762E77;
 }
</style>

background-color css

<style>
 a { background-color: #762E77; }

 a { background-color: rgb(118,46,119); }

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

border-color css

<style>
 span { border-color: #762E77; }

 span { border-color: rgb(118,46,119); }

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