Html Css Color HEX #773F6B Eminence

📋 copy color: '#773F6B'

red 119 ◦ green 63 ◦ blue 107

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

Shades of Eminence #773F6B

Tints of Eminence #773F6B

RGB

 RED value IS 119 (46.88% from 255) = 41.18%

 GREEN value IS 63 (25% from 255) = 21.8%

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 41.18%
G = 21.8%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#773F6B (or 0x773F6B) is known color: Eminence. HEX triplet: 77, 3F and 6B. RGB value is (119,63,107). Sum of RGB (Red+Green+Blue) = 119+63+107=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #773F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F6B is #88C094. Grayscale: #545454. Windows color (decimal): -8962197 or 7028599. OLE color: 7028599.

HSL color Cylindrical-coordinate representation of color #773F6B: hue angle of 312.86º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #773F6B is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 63 107 -
CMYK 0 0.47 0.10 0.53
HSL 312.86º 0.31% 0.36% -
HSV(B) 312.86º 0.47% 0.47% -
XYZ 12.04 8.54 14.92 -
YUV 84.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 119 63 107 0 0.47 0.10 0.53 312.86 0.31 0.36
Hex 77 3F 6B 0 2F A 35 139 1F 24
Octal 167 77 153 0 57 12 65 471 37 44
Binary 1110111 111111 1101011 0 101111 1010 110101 100111001 11111 100100

Color Harmonies of #773F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F6B

Black with #773F6B

Text Example


Text Example

White with #773F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773F6B; }

 p { color: rgb(119,63,107); }

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

background-color css

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

 a { background-color: rgb(119,63,107); }

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

border-color css

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

 span { border-color: rgb(119,63,107); }

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