Html Css Color HEX #774EB3 Studio

📋 copy color: '#774EB3'

red 119 ◦ green 78 ◦ blue 179

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

Shades of Studio #774EB3

Tints of Studio #774EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 31.65%
G = 20.74%
B = 47.61%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#774EB3 (or 0x774EB3) is known color: Studio. HEX triplet: 77, 4E and B3. RGB value is (119,78,179). Sum of RGB (Red+Green+Blue) = 119+78+179=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #774EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EB3 is #88B14C. Grayscale: #656565. Windows color (decimal): -8958285 or 11751031. OLE color: 11751031.

HSL color Cylindrical-coordinate representation of color #774EB3: hue angle of 264.36º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774EB3 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 78 179 -
CMYK 0.34 0.56 0 0.30
HSL 264.36º 0.4% 0.5% -
HSV(B) 264.36º 0.56% 0.7% -
XYZ 18.47 12.63 44.11 -
YUV 101.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 119 78 179 0.34 0.56 0 0.30 264.36 0.4 0.5
Hex 77 4E B3 22 38 0 1E 108 28 32
Octal 167 116 263 42 70 0 36 410 50 62
Binary 1110111 1001110 10110011 100010 111000 0 11110 100001000 101000 110010

Color Harmonies of #774EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774EB3

Black with #774EB3

Text Example


Text Example

White with #774EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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