Html Css Color HEX #774CAC Studio

📋 copy color: '#774CAC'

red 119 ◦ green 76 ◦ blue 172

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

Shades of Studio #774CAC

Tints of Studio #774CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 32.43%
G = 20.71%
B = 46.87%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#774CAC (or 0x774CAC) is known color: Studio. HEX triplet: 77, 4C and AC. RGB value is (119,76,172). Sum of RGB (Red+Green+Blue) = 119+76+172=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #774CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774CAC is #88B353. Grayscale: #636363. Windows color (decimal): -8958804 or 11291767. OLE color: 11291767.

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

Color convert

RGB 119 76 172 -
CMYK 0.31 0.56 0 0.33
HSL 266.88º 0.39% 0.49% -
HSV(B) 266.88º 0.56% 0.67% -
XYZ 17.64 12.07 40.43 -
YUV 99.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 119 76 172 0.31 0.56 0 0.33 266.88 0.39 0.49
Hex 77 4C AC 1F 38 0 21 10B 27 31
Octal 167 114 254 37 70 0 41 413 47 61
Binary 1110111 1001100 10101100 11111 111000 0 100001 100001011 100111 110001

Color Harmonies of #774CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CAC

Black with #774CAC

Text Example


Text Example

White with #774CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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