Html Css Color HEX #774DAC Studio

📋 copy color: '#774DAC'

red 119 ◦ green 77 ◦ blue 172

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

Shades of Studio #774DAC

Tints of Studio #774DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

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

R = 32.34%
G = 20.92%
B = 46.74%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#774DAC (or 0x774DAC) is known color: Studio. HEX triplet: 77, 4D and AC. RGB value is (119,77,172). Sum of RGB (Red+Green+Blue) = 119+77+172=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #774DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774DAC is #88B253. Grayscale: #646464. Windows color (decimal): -8958548 or 11292023. OLE color: 11292023.

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

Color convert

RGB 119 77 172 -
CMYK 0.31 0.55 0 0.33
HSL 266.53º 0.38% 0.49% -
HSV(B) 266.53º 0.55% 0.67% -
XYZ 17.71 12.21 40.45 -
YUV 100.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 119 77 172 0.31 0.55 0 0.33 266.53 0.38 0.49
Hex 77 4D AC 1F 37 0 21 10B 26 31
Octal 167 115 254 37 67 0 41 413 46 61
Binary 1110111 1001101 10101100 11111 110111 0 100001 100001011 100110 110001

Color Harmonies of #774DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DAC

Black with #774DAC

Text Example


Text Example

White with #774DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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