Html Css Color HEX #774EAB Studio

📋 copy color: '#774EAB'

red 119 ◦ green 78 ◦ blue 171

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

Shades of Studio #774EAB

Tints of Studio #774EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 32.34%
G = 21.2%
B = 46.47%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#774EAB (or 0x774EAB) is known color: Studio. HEX triplet: 77, 4E and AB. RGB value is (119,78,171). Sum of RGB (Red+Green+Blue) = 119+78+171=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #774EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774EAB is #88B154. Grayscale: #646464. Windows color (decimal): -8958293 or 11226743. OLE color: 11226743.

HSL color Cylindrical-coordinate representation of color #774EAB: hue angle of 266.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #774EAB is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 78 171 -
CMYK 0.30 0.54 0 0.33
HSL 266.45º 0.37% 0.49% -
HSV(B) 266.45º 0.54% 0.67% -
XYZ 17.68 12.31 39.97 -
YUV 100.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 119 78 171 0.30 0.54 0 0.33 266.45 0.37 0.49
Hex 77 4E AB 1E 36 0 21 10A 25 31
Octal 167 116 253 36 66 0 41 412 45 61
Binary 1110111 1001110 10101011 11110 110110 0 100001 100001010 100101 110001

Color Harmonies of #774EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774EAB

Black with #774EAB

Text Example


Text Example

White with #774EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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