Html Css Color HEX #77449E Studio

📋 copy color: '#77449E'

red 119 ◦ green 68 ◦ blue 158

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

Shades of Studio #77449E

Tints of Studio #77449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.8%

R = 34.49%
G = 19.71%
B = 45.8%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77449E (or 0x77449E) is known color: Studio. HEX triplet: 77, 44 and 9E. RGB value is (119,68,158). Sum of RGB (Red+Green+Blue) = 119+68+158=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #77449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77449E is #88BB61. Grayscale: #5D5D5D. Windows color (decimal): -8960866 or 10372215. OLE color: 10372215.

HSL color Cylindrical-coordinate representation of color #77449E: hue angle of 274º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77449E is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 68 158 -
CMYK 0.25 0.57 0 0.38
HSL 274º 0.4% 0.44% -
HSV(B) 274º 0.57% 0.62% -
XYZ 15.85 10.52 33.54 -
YUV 93.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 119 68 158 0.25 0.57 0 0.38 274 0.4 0.44
Hex 77 44 9E 19 39 0 26 112 28 2C
Octal 167 104 236 31 71 0 46 422 50 54
Binary 1110111 1000100 10011110 11001 111001 0 100110 100010010 101000 101100

Color Harmonies of #77449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77449E

Black with #77449E

Text Example


Text Example

White with #77449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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