Html Css Color HEX #774CB6 Studio

📋 copy color: '#774CB6'

red 119 ◦ green 76 ◦ blue 182

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

Shades of Studio #774CB6

Tints of Studio #774CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.28%

R = 31.56%
G = 20.16%
B = 48.28%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#774CB6 (or 0x774CB6) is known color: Studio. HEX triplet: 77, 4C and B6. RGB value is (119,76,182). Sum of RGB (Red+Green+Blue) = 119+76+182=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #774CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CB6 is #88B349. Grayscale: #646464. Windows color (decimal): -8958794 or 11947127. OLE color: 11947127.

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

Color convert

RGB 119 76 182 -
CMYK 0.35 0.58 0 0.29
HSL 264.34º 0.42% 0.51% -
HSV(B) 264.34º 0.58% 0.71% -
XYZ 18.64 12.47 45.68 -
YUV 100.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 119 76 182 0.35 0.58 0 0.29 264.34 0.42 0.51
Hex 77 4C B6 23 3A 0 1D 108 2A 33
Octal 167 114 266 43 72 0 35 410 52 63
Binary 1110111 1001100 10110110 100011 111010 0 11101 100001000 101010 110011

Color Harmonies of #774CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CB6

Black with #774CB6

Text Example


Text Example

White with #774CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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