Html Css Color HEX #774995 Studio

📋 copy color: '#774995'

red 119 ◦ green 73 ◦ blue 149

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

Shades of Studio #774995

Tints of Studio #774995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 34.9%
G = 21.41%
B = 43.7%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#774995 (or 0x774995) is known color: Studio. HEX triplet: 77, 49 and 95. RGB value is (119,73,149). Sum of RGB (Red+Green+Blue) = 119+73+149=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #774995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774995 is #88B66A. Grayscale: #5F5F5F. Windows color (decimal): -8959595 or 9783671. OLE color: 9783671.

HSL color Cylindrical-coordinate representation of color #774995: hue angle of 276.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #774995 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 73 149 -
CMYK 0.20 0.51 0 0.42
HSL 276.32º 0.34% 0.44% -
HSV(B) 276.32º 0.51% 0.58% -
XYZ 15.42 10.86 29.72 -
YUV 95.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 119 73 149 0.20 0.51 0 0.42 276.32 0.34 0.44
Hex 77 49 95 14 33 0 2A 114 22 2C
Octal 167 111 225 24 63 0 52 424 42 54
Binary 1110111 1001001 10010101 10100 110011 0 101010 100010100 100010 101100

Color Harmonies of #774995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774995

Black with #774995

Text Example


Text Example

White with #774995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774995; }

 p { color: rgb(119,73,149); }

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

background-color css

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

 a { background-color: rgb(119,73,149); }

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

border-color css

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

 span { border-color: rgb(119,73,149); }

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