Html Css Color HEX #774E9E Studio

📋 copy color: '#774E9E'

red 119 ◦ green 78 ◦ blue 158

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

Shades of Studio #774E9E

Tints of Studio #774E9E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.97%

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 33.52%
G = 21.97%
B = 44.51%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#774E9E (or 0x774E9E) is known color: Studio. HEX triplet: 77, 4E and 9E. RGB value is (119,78,158). Sum of RGB (Red+Green+Blue) = 119+78+158=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #774E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E9E is #88B161. Grayscale: #636363. Windows color (decimal): -8958306 or 10374775. OLE color: 10374775.

HSL color Cylindrical-coordinate representation of color #774E9E: hue angle of 270.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #774E9E is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 78 158 -
CMYK 0.25 0.51 0 0.38
HSL 270.75º 0.34% 0.46% -
HSV(B) 270.75º 0.51% 0.62% -
XYZ 16.5 11.84 33.76 -
YUV 99.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 119 78 158 0.25 0.51 0 0.38 270.75 0.34 0.46
Hex 77 4E 9E 19 33 0 26 10F 22 2E
Octal 167 116 236 31 63 0 46 417 42 56
Binary 1110111 1001110 10011110 11001 110011 0 100110 100001111 100010 101110

Color Harmonies of #774E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E9E

Black with #774E9E

Text Example


Text Example

White with #774E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774E9E; }

 p { color: rgb(119,78,158); }

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

background-color css

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

 a { background-color: rgb(119,78,158); }

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

border-color css

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

 span { border-color: rgb(119,78,158); }

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