Html Css Color HEX #774DB7 Studio

📋 copy color: '#774DB7'

red 119 ◦ green 77 ◦ blue 183

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

Shades of Studio #774DB7

Tints of Studio #774DB7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.32%

 BLUE value IS 183 (71.88% from 255) = 48.28%

R = 31.4%
G = 20.32%
B = 48.28%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#774DB7 (or 0x774DB7) is known color: Studio. HEX triplet: 77, 4D and B7. RGB value is (119,77,183). Sum of RGB (Red+Green+Blue) = 119+77+183=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #774DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DB7 is #88B248. Grayscale: #656565. Windows color (decimal): -8958537 or 12012919. OLE color: 12012919.

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

Color convert

RGB 119 77 183 -
CMYK 0.35 0.58 0 0.28
HSL 263.77º 0.42% 0.51% -
HSV(B) 263.77º 0.58% 0.72% -
XYZ 18.81 12.65 46.25 -
YUV 101.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 119 77 183 0.35 0.58 0 0.28 263.77 0.42 0.51
Hex 77 4D B7 23 3A 0 1C 108 2A 33
Octal 167 115 267 43 72 0 34 410 52 63
Binary 1110111 1001101 10110111 100011 111010 0 11100 100001000 101010 110011

Color Harmonies of #774DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DB7

Black with #774DB7

Text Example


Text Example

White with #774DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,77,183); }

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

background-color css

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

 a { background-color: rgb(119,77,183); }

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

border-color css

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

 span { border-color: rgb(119,77,183); }

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