Html Css Color HEX #774798 Studio

📋 copy color: '#774798'

red 119 ◦ green 71 ◦ blue 152

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

Shades of Studio #774798

Tints of Studio #774798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.76%

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 34.8%
G = 20.76%
B = 44.44%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#774798 (or 0x774798) is known color: Studio. HEX triplet: 77, 47 and 98. RGB value is (119,71,152). Sum of RGB (Red+Green+Blue) = 119+71+152=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #774798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774798 is #88B867. Grayscale: #5E5E5E. Windows color (decimal): -8960104 or 9979767. OLE color: 9979767.

HSL color Cylindrical-coordinate representation of color #774798: hue angle of 275.56º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #774798 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 71 152 -
CMYK 0.22 0.53 0 0.40
HSL 275.56º 0.36% 0.44% -
HSV(B) 275.56º 0.53% 0.6% -
XYZ 15.53 10.7 30.95 -
YUV 94.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 119 71 152 0.22 0.53 0 0.40 275.56 0.36 0.44
Hex 77 47 98 16 35 0 28 114 24 2C
Octal 167 107 230 26 65 0 50 424 44 54
Binary 1110111 1000111 10011000 10110 110101 0 101000 100010100 100100 101100

Color Harmonies of #774798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774798

Black with #774798

Text Example


Text Example

White with #774798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774798; }

 p { color: rgb(119,71,152); }

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

background-color css

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

 a { background-color: rgb(119,71,152); }

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

border-color css

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

 span { border-color: rgb(119,71,152); }

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