Html Css Color HEX #763678 Eminence

📋 copy color: '#763678'

red 118 ◦ green 54 ◦ blue 120

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

Shades of Eminence #763678

Tints of Eminence #763678

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

 BLUE value IS 120 (47.27% from 255) = 41.1%

R = 40.41%
G = 18.49%
B = 41.1%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#763678 (or 0x763678) is known color: Eminence. HEX triplet: 76, 36 and 78. RGB value is (118,54,120). Sum of RGB (Red+Green+Blue) = 118+54+120=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #763678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763678 is #89C987. Grayscale: #505050. Windows color (decimal): -9030024 or 7878262. OLE color: 7878262.

HSL color Cylindrical-coordinate representation of color #763678: hue angle of 298.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763678 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 54 120 -
CMYK 0.02 0.55 0 0.53
HSL 298.18º 0.38% 0.34% -
HSV(B) 298.18º 0.55% 0.47% -
XYZ 12.18 7.85 18.64 -
YUV 80.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 118 54 120 0.02 0.55 0 0.53 298.18 0.38 0.34
Hex 76 36 78 2 37 0 35 12A 26 22
Octal 166 66 170 2 67 0 65 452 46 42
Binary 1110110 110110 1111000 10 110111 0 110101 100101010 100110 100010

Color Harmonies of #763678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763678

Black with #763678

Text Example


Text Example

White with #763678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763678; }

 p { color: rgb(118,54,120); }

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

background-color css

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

 a { background-color: rgb(118,54,120); }

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

border-color css

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

 span { border-color: rgb(118,54,120); }

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