Html Css Color HEX #77409C Studio

📋 copy color: '#77409C'

red 119 ◦ green 64 ◦ blue 156

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

Shades of Studio #77409C

Tints of Studio #77409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 35.1%
G = 18.88%
B = 46.02%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77409C (or 0x77409C) is known color: Studio. HEX triplet: 77, 40 and 9C. RGB value is (119,64,156). Sum of RGB (Red+Green+Blue) = 119+64+156=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #77409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77409C is #88BF63. Grayscale: #5A5A5A. Windows color (decimal): -8961892 or 10240119. OLE color: 10240119.

HSL color Cylindrical-coordinate representation of color #77409C: hue angle of 275.87º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77409C is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 64 156 -
CMYK 0.24 0.59 0 0.39
HSL 275.87º 0.42% 0.43% -
HSV(B) 275.87º 0.59% 0.61% -
XYZ 15.44 9.99 32.57 -
YUV 90.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 119 64 156 0.24 0.59 0 0.39 275.87 0.42 0.43
Hex 77 40 9C 18 3B 0 27 114 2A 2B
Octal 167 100 234 30 73 0 47 424 52 53
Binary 1110111 1000000 10011100 11000 111011 0 100111 100010100 101010 101011

Color Harmonies of #77409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77409C

Black with #77409C

Text Example


Text Example

White with #77409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77409C; }

 p { color: rgb(119,64,156); }

 H1.HeaderClassName
 {
   color: #77409C;
 }
 .AnyTagClassName
 {
   color: #77409C;
 }
</style>

background-color css

<style>
 a { background-color: #77409C; }

 a { background-color: rgb(119,64,156); }

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

border-color css

<style>
 span { border-color: #77409C; }

 span { border-color: rgb(119,64,156); }

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