Html Css Color HEX #774CB0 Studio

📋 copy color: '#774CB0'

red 119 ◦ green 76 ◦ blue 176

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

Shades of Studio #774CB0

Tints of Studio #774CB0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

 BLUE value IS 176 (69.14% from 255) = 47.44%

R = 32.08%
G = 20.49%
B = 47.44%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#774CB0 (or 0x774CB0) is known color: Studio. HEX triplet: 77, 4C and B0. RGB value is (119,76,176). Sum of RGB (Red+Green+Blue) = 119+76+176=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #774CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774CB0 is #88B34F. Grayscale: #636363. Windows color (decimal): -8958800 or 11553911. OLE color: 11553911.

HSL color Cylindrical-coordinate representation of color #774CB0: hue angle of 265.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774CB0 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 76 176 -
CMYK 0.32 0.57 0 0.31
HSL 265.8º 0.4% 0.49% -
HSV(B) 265.8º 0.57% 0.69% -
XYZ 18.03 12.23 42.48 -
YUV 100.26 170.75 141.37 -
System Red Green Blue C M Y K H S L
Decimal 119 76 176 0.32 0.57 0 0.31 265.8 0.4 0.49
Hex 77 4C B0 20 39 0 1F 10A 28 31
Octal 167 114 260 40 71 0 37 412 50 61
Binary 1110111 1001100 10110000 100000 111001 0 11111 100001010 101000 110001

Color Harmonies of #774CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CB0

Black with #774CB0

Text Example


Text Example

White with #774CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,76,176); }

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

background-color css

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

 a { background-color: rgb(119,76,176); }

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

border-color css

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

 span { border-color: rgb(119,76,176); }

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