Html Css Color HEX #774FB3 Studio

📋 copy color: '#774FB3'

red 119 ◦ green 79 ◦ blue 179

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

Shades of Studio #774FB3

Tints of Studio #774FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.95%

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

R = 31.56%
G = 20.95%
B = 47.48%

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

#774FB3 (or 0x774FB3) is known color: Studio. HEX triplet: 77, 4F and B3. RGB value is (119,79,179). Sum of RGB (Red+Green+Blue) = 119+79+179=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #774FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FB3 is #88B04C. Grayscale: #666666. Windows color (decimal): -8958029 or 11751287. OLE color: 11751287.

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

Color convert

RGB 119 79 179 -
CMYK 0.34 0.56 0 0.30
HSL 264º 0.4% 0.51% -
HSV(B) 264º 0.56% 0.7% -
XYZ 18.54 12.77 44.14 -
YUV 102.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 119 79 179 0.34 0.56 0 0.30 264 0.4 0.51
Hex 77 4F B3 22 38 0 1E 108 28 33
Octal 167 117 263 42 70 0 36 410 50 63
Binary 1110111 1001111 10110011 100010 111000 0 11110 100001000 101000 110011

Color Harmonies of #774FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FB3

Black with #774FB3

Text Example


Text Example

White with #774FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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