Html Css Color HEX #774C9B Studio

📋 copy color: '#774C9B'

red 119 ◦ green 76 ◦ blue 155

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

Shades of Studio #774C9B

Tints of Studio #774C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 34%
G = 21.71%
B = 44.29%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#774C9B (or 0x774C9B) is known color: Studio. HEX triplet: 77, 4C and 9B. RGB value is (119,76,155). Sum of RGB (Red+Green+Blue) = 119+76+155=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #774C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774C9B is #88B364. Grayscale: #616161. Windows color (decimal): -8958821 or 10177655. OLE color: 10177655.

HSL color Cylindrical-coordinate representation of color #774C9B: hue angle of 272.66º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #774C9B is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 76 155 -
CMYK 0.23 0.51 0 0.39
HSL 272.66º 0.34% 0.45% -
HSV(B) 272.66º 0.51% 0.61% -
XYZ 16.11 11.46 32.37 -
YUV 97.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 119 76 155 0.23 0.51 0 0.39 272.66 0.34 0.45
Hex 77 4C 9B 17 33 0 27 111 22 2D
Octal 167 114 233 27 63 0 47 421 42 55
Binary 1110111 1001100 10011011 10111 110011 0 100111 100010001 100010 101101

Color Harmonies of #774C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C9B

Black with #774C9B

Text Example


Text Example

White with #774C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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