Html Css Color HEX #774CAE Studio

📋 copy color: '#774CAE'

red 119 ◦ green 76 ◦ blue 174

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

Shades of Studio #774CAE

Tints of Studio #774CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 32.25%
G = 20.6%
B = 47.15%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#774CAE (or 0x774CAE) is known color: Studio. HEX triplet: 77, 4C and AE. RGB value is (119,76,174). Sum of RGB (Red+Green+Blue) = 119+76+174=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #774CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774CAE is #88B351. Grayscale: #636363. Windows color (decimal): -8958802 or 11422839. OLE color: 11422839.

HSL color Cylindrical-coordinate representation of color #774CAE: hue angle of 266.33º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774CAE is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 76 174 -
CMYK 0.32 0.56 0 0.32
HSL 266.33º 0.39% 0.49% -
HSV(B) 266.33º 0.56% 0.68% -
XYZ 17.83 12.15 41.45 -
YUV 100.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 119 76 174 0.32 0.56 0 0.32 266.33 0.39 0.49
Hex 77 4C AE 20 38 0 20 10A 27 31
Octal 167 114 256 40 70 0 40 412 47 61
Binary 1110111 1001100 10101110 100000 111000 0 100000 100001010 100111 110001

Color Harmonies of #774CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CAE

Black with #774CAE

Text Example


Text Example

White with #774CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,76,174); }

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

background-color css

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

 a { background-color: rgb(119,76,174); }

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

border-color css

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

 span { border-color: rgb(119,76,174); }

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