Html Css Color HEX #774098 Studio

📋 copy color: '#774098'

red 119 ◦ green 64 ◦ blue 152

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

Shades of Studio #774098

Tints of Studio #774098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

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

R = 35.52%
G = 19.1%
B = 45.37%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#774098 (or 0x774098) is known color: Studio. HEX triplet: 77, 40 and 98. RGB value is (119,64,152). Sum of RGB (Red+Green+Blue) = 119+64+152=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #774098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774098 is #88BF67. Grayscale: #5A5A5A. Windows color (decimal): -8961896 or 9977975. OLE color: 9977975.

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

Color convert

RGB 119 64 152 -
CMYK 0.22 0.58 0 0.40
HSL 277.5º 0.41% 0.42% -
HSV(B) 277.5º 0.58% 0.6% -
XYZ 15.11 9.86 30.81 -
YUV 90.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 119 64 152 0.22 0.58 0 0.40 277.5 0.41 0.42
Hex 77 40 98 16 3A 0 28 116 29 2A
Octal 167 100 230 26 72 0 50 426 51 52
Binary 1110111 1000000 10011000 10110 111010 0 101000 100010110 101001 101010

Color Harmonies of #774098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774098

Black with #774098

Text Example


Text Example

White with #774098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774098; }

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

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

background-color css

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

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

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

border-color css

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

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

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