Html Css Color HEX #774CAA Studio

📋 copy color: '#774CAA'

red 119 ◦ green 76 ◦ blue 170

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

Shades of Studio #774CAA

Tints of Studio #774CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 32.6%
G = 20.82%
B = 46.58%

CMYK

 C value IS 0.3

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#774CAA (or 0x774CAA) is known color: Studio. HEX triplet: 77, 4C and AA. RGB value is (119,76,170). Sum of RGB (Red+Green+Blue) = 119+76+170=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #774CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774CAA is #88B355. Grayscale: #636363. Windows color (decimal): -8958806 or 11160695. OLE color: 11160695.

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

Color convert

RGB 119 76 170 -
CMYK 0.3 0.55 0 0.33
HSL 267.45º 0.38% 0.48% -
HSV(B) 267.45º 0.55% 0.67% -
XYZ 17.45 11.99 39.43 -
YUV 99.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 119 76 170 0.3 0.55 0 0.33 267.45 0.38 0.48
Hex 77 4C AA 1E 37 0 21 10B 26 30
Octal 167 114 252 36 67 0 41 413 46 60
Binary 1110111 1001100 10101010 11110 110111 0 100001 100001011 100110 110000

Color Harmonies of #774CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CAA

Black with #774CAA

Text Example


Text Example

White with #774CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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