Html Css Color HEX #774CB4 Studio

📋 copy color: '#774CB4'

red 119 ◦ green 76 ◦ blue 180

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

Shades of Studio #774CB4

Tints of Studio #774CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48%

R = 31.73%
G = 20.27%
B = 48%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#774CB4 (or 0x774CB4) is known color: Studio. HEX triplet: 77, 4C and B4. RGB value is (119,76,180). Sum of RGB (Red+Green+Blue) = 119+76+180=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #774CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CB4 is #88B34B. Grayscale: #646464. Windows color (decimal): -8958796 or 11816055. OLE color: 11816055.

HSL color Cylindrical-coordinate representation of color #774CB4: hue angle of 264.81º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774CB4 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 76 180 -
CMYK 0.34 0.58 0 0.29
HSL 264.81º 0.41% 0.5% -
HSV(B) 264.81º 0.58% 0.71% -
XYZ 18.43 12.39 44.6 -
YUV 100.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 119 76 180 0.34 0.58 0 0.29 264.81 0.41 0.5
Hex 77 4C B4 22 3A 0 1D 109 29 32
Octal 167 114 264 42 72 0 35 411 51 62
Binary 1110111 1001100 10110100 100010 111010 0 11101 100001001 101001 110010

Color Harmonies of #774CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CB4

Black with #774CB4

Text Example


Text Example

White with #774CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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