Html Css Color HEX #774CA0 Studio

📋 copy color: '#774CA0'

red 119 ◦ green 76 ◦ blue 160

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

Shades of Studio #774CA0

Tints of Studio #774CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 33.52%
G = 21.41%
B = 45.07%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#774CA0 (or 0x774CA0) is known color: Studio. HEX triplet: 77, 4C and A0. RGB value is (119,76,160). Sum of RGB (Red+Green+Blue) = 119+76+160=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #774CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774CA0 is #88B35F. Grayscale: #626262. Windows color (decimal): -8958816 or 10505335. OLE color: 10505335.

HSL color Cylindrical-coordinate representation of color #774CA0: hue angle of 270.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774CA0 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 76 160 -
CMYK 0.26 0.52 0 0.37
HSL 270.71º 0.36% 0.46% -
HSV(B) 270.71º 0.53% 0.63% -
XYZ 16.54 11.63 34.63 -
YUV 98.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 119 76 160 0.26 0.52 0 0.37 270.71 0.36 0.46
Hex 77 4C A0 1A 34 0 25 10F 24 2E
Octal 167 114 240 32 64 0 45 417 44 56
Binary 1110111 1001100 10100000 11010 110100 0 100101 100001111 100100 101110

Color Harmonies of #774CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CA0

Black with #774CA0

Text Example


Text Example

White with #774CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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