Html Css Color HEX #774097 Studio

📋 copy color: '#774097'

red 119 ◦ green 64 ◦ blue 151

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

Shades of Studio #774097

Tints of Studio #774097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.21%

R = 35.63%
G = 19.16%
B = 45.21%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#774097 (or 0x774097) is known color: Studio. HEX triplet: 77, 40 and 97. RGB value is (119,64,151). Sum of RGB (Red+Green+Blue) = 119+64+151=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #774097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774097 is #88BF68. Grayscale: #5A5A5A. Windows color (decimal): -8961897 or 9912439. OLE color: 9912439.

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

Color convert

RGB 119 64 151 -
CMYK 0.21 0.58 0 0.41
HSL 277.93º 0.4% 0.42% -
HSV(B) 277.93º 0.58% 0.59% -
XYZ 15.03 9.82 30.38 -
YUV 90.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 119 64 151 0.21 0.58 0 0.41 277.93 0.4 0.42
Hex 77 40 97 15 3A 0 29 116 28 2A
Octal 167 100 227 25 72 0 51 426 50 52
Binary 1110111 1000000 10010111 10101 111010 0 101001 100010110 101000 101010

Color Harmonies of #774097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774097

Black with #774097

Text Example


Text Example

White with #774097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774097; }

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

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

background-color css

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

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

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

border-color css

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

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

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