Html Css Color HEX #77449C Studio

📋 copy color: '#77449C'

red 119 ◦ green 68 ◦ blue 156

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

Shades of Studio #77449C

Tints of Studio #77449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.83%

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

R = 34.69%
G = 19.83%
B = 45.48%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77449C (or 0x77449C) is known color: Studio. HEX triplet: 77, 44 and 9C. RGB value is (119,68,156). Sum of RGB (Red+Green+Blue) = 119+68+156=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #77449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77449C is #88BB63. Grayscale: #5C5C5C. Windows color (decimal): -8960868 or 10241143. OLE color: 10241143.

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

Color convert

RGB 119 68 156 -
CMYK 0.24 0.56 0 0.39
HSL 274.77º 0.39% 0.44% -
HSV(B) 274.77º 0.56% 0.61% -
XYZ 15.68 10.46 32.64 -
YUV 93.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 119 68 156 0.24 0.56 0 0.39 274.77 0.39 0.44
Hex 77 44 9C 18 38 0 27 113 27 2C
Octal 167 104 234 30 70 0 47 423 47 54
Binary 1110111 1000100 10011100 11000 111000 0 100111 100010011 100111 101100

Color Harmonies of #77449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77449C

Black with #77449C

Text Example


Text Example

White with #77449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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