Html Css Color HEX #774EA2 Studio

📋 copy color: '#774EA2'

red 119 ◦ green 78 ◦ blue 162

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

Shades of Studio #774EA2

Tints of Studio #774EA2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.73%

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 33.15%
G = 21.73%
B = 45.13%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#774EA2 (or 0x774EA2) is known color: Studio. HEX triplet: 77, 4E and A2. RGB value is (119,78,162). Sum of RGB (Red+Green+Blue) = 119+78+162=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #774EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774EA2 is #88B15D. Grayscale: #636363. Windows color (decimal): -8958302 or 10636919. OLE color: 10636919.

HSL color Cylindrical-coordinate representation of color #774EA2: hue angle of 269.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774EA2 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 78 162 -
CMYK 0.27 0.52 0 0.36
HSL 269.29º 0.35% 0.47% -
HSV(B) 269.29º 0.52% 0.64% -
XYZ 16.85 11.98 35.61 -
YUV 99.84 163.08 141.67 -
System Red Green Blue C M Y K H S L
Decimal 119 78 162 0.27 0.52 0 0.36 269.29 0.35 0.47
Hex 77 4E A2 1B 34 0 24 10D 23 2F
Octal 167 116 242 33 64 0 44 415 43 57
Binary 1110111 1001110 10100010 11011 110100 0 100100 100001101 100011 101111

Color Harmonies of #774EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774EA2

Black with #774EA2

Text Example


Text Example

White with #774EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774EA2; }

 p { color: rgb(119,78,162); }

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

background-color css

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

 a { background-color: rgb(119,78,162); }

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

border-color css

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

 span { border-color: rgb(119,78,162); }

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