Html Css Color HEX #774698 Studio

📋 copy color: '#774698'

red 119 ◦ green 70 ◦ blue 152

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

Shades of Studio #774698

Tints of Studio #774698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.53%

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

R = 34.9%
G = 20.53%
B = 44.57%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#774698 (or 0x774698) is known color: Studio. HEX triplet: 77, 46 and 98. RGB value is (119,70,152). Sum of RGB (Red+Green+Blue) = 119+70+152=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #774698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774698 is #88B967. Grayscale: #5D5D5D. Windows color (decimal): -8960360 or 9979511. OLE color: 9979511.

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

Color convert

RGB 119 70 152 -
CMYK 0.22 0.54 0 0.40
HSL 275.85º 0.37% 0.44% -
HSV(B) 275.85º 0.54% 0.6% -
XYZ 15.47 10.57 30.93 -
YUV 94 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 119 70 152 0.22 0.54 0 0.40 275.85 0.37 0.44
Hex 77 46 98 16 36 0 28 114 25 2C
Octal 167 106 230 26 66 0 50 424 45 54
Binary 1110111 1000110 10011000 10110 110110 0 101000 100010100 100101 101100

Color Harmonies of #774698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774698

Black with #774698

Text Example


Text Example

White with #774698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774698; }

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

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

background-color css

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

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

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

border-color css

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

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

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