Html Css Color HEX #773FA6 Studio

📋 copy color: '#773FA6'

red 119 ◦ green 63 ◦ blue 166

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

Shades of Studio #773FA6

Tints of Studio #773FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.7%

R = 34.2%
G = 18.1%
B = 47.7%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#773FA6 (or 0x773FA6) is known color: Studio. HEX triplet: 77, 3F and A6. RGB value is (119,63,166). Sum of RGB (Red+Green+Blue) = 119+63+166=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 166 - color contains mainly: blue. Hex color #773FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773FA6 is #88C059. Grayscale: #5B5B5B. Windows color (decimal): -8962138 or 10895223. OLE color: 10895223.

HSL color Cylindrical-coordinate representation of color #773FA6: hue angle of 272.62º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #773FA6 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 119 63 166 -
CMYK 0.28 0.62 0 0.35
HSL 272.62º 0.45% 0.45% -
HSV(B) 272.62º 0.62% 0.65% -
XYZ 16.27 10.23 37.19 -
YUV 91.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 119 63 166 0.28 0.62 0 0.35 272.62 0.45 0.45
Hex 77 3F A6 1C 3E 0 23 111 2D 2D
Octal 167 77 246 34 76 0 43 421 55 55
Binary 1110111 111111 10100110 11100 111110 0 100011 100010001 101101 101101

Color Harmonies of #773FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FA6

Black with #773FA6

Text Example


Text Example

White with #773FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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