Html Css Color HEX #774CA2 Studio

📋 copy color: '#774CA2'

red 119 ◦ green 76 ◦ blue 162

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

Shades of Studio #774CA2

Tints of Studio #774CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.38%

R = 33.33%
G = 21.29%
B = 45.38%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#774CA2 (or 0x774CA2) is known color: Studio. HEX triplet: 77, 4C and A2. RGB value is (119,76,162). Sum of RGB (Red+Green+Blue) = 119+76+162=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #774CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774CA2 is #88B35D. Grayscale: #626262. Windows color (decimal): -8958814 or 10636407. OLE color: 10636407.

HSL color Cylindrical-coordinate representation of color #774CA2: hue angle of 270º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #774CA2 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 76 162 -
CMYK 0.27 0.53 0 0.36
HSL 270º 0.36% 0.47% -
HSV(B) 270º 0.53% 0.64% -
XYZ 16.71 11.7 35.56 -
YUV 98.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 119 76 162 0.27 0.53 0 0.36 270 0.36 0.47
Hex 77 4C A2 1B 35 0 24 10E 24 2F
Octal 167 114 242 33 65 0 44 416 44 57
Binary 1110111 1001100 10100010 11011 110101 0 100100 100001110 100100 101111

Color Harmonies of #774CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CA2

Black with #774CA2

Text Example


Text Example

White with #774CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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