Html Css Color HEX #773EAC Studio

📋 copy color: '#773EAC'

red 119 ◦ green 62 ◦ blue 172

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

Shades of Studio #773EAC

Tints of Studio #773EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.56%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 33.71%
G = 17.56%
B = 48.73%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#773EAC (or 0x773EAC) is known color: Studio. HEX triplet: 77, 3E and AC. RGB value is (119,62,172). Sum of RGB (Red+Green+Blue) = 119+62+172=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #773EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773EAC is #88C153. Grayscale: #5B5B5B. Windows color (decimal): -8962388 or 11288183. OLE color: 11288183.

HSL color Cylindrical-coordinate representation of color #773EAC: hue angle of 271.09º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773EAC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 62 172 -
CMYK 0.31 0.64 0 0.33
HSL 271.09º 0.47% 0.46% -
HSV(B) 271.09º 0.64% 0.67% -
XYZ 16.78 10.35 40.14 -
YUV 91.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 119 62 172 0.31 0.64 0 0.33 271.09 0.47 0.46
Hex 77 3E AC 1F 40 0 21 10F 2F 2E
Octal 167 76 254 37 100 0 41 417 57 56
Binary 1110111 111110 10101100 11111 1000000 0 100001 100001111 101111 101110

Color Harmonies of #773EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EAC

Black with #773EAC

Text Example


Text Example

White with #773EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,62,172); }

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

background-color css

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

 a { background-color: rgb(119,62,172); }

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

border-color css

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

 span { border-color: rgb(119,62,172); }

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