Html Css Color HEX #77449B Studio

📋 copy color: '#77449B'

red 119 ◦ green 68 ◦ blue 155

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

Shades of Studio #77449B

Tints of Studio #77449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 34.8%
G = 19.88%
B = 45.32%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77449B (or 0x77449B) is known color: Studio. HEX triplet: 77, 44 and 9B. RGB value is (119,68,155). Sum of RGB (Red+Green+Blue) = 119+68+155=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #77449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77449B is #88BB64. Grayscale: #5C5C5C. Windows color (decimal): -8960869 or 10175607. OLE color: 10175607.

HSL color Cylindrical-coordinate representation of color #77449B: hue angle of 275.17º 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 #77449B is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 68 155 -
CMYK 0.23 0.56 0 0.39
HSL 275.17º 0.39% 0.44% -
HSV(B) 275.17º 0.56% 0.61% -
XYZ 15.59 10.42 32.2 -
YUV 93.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 119 68 155 0.23 0.56 0 0.39 275.17 0.39 0.44
Hex 77 44 9B 17 38 0 27 113 27 2C
Octal 167 104 233 27 70 0 47 423 47 54
Binary 1110111 1000100 10011011 10111 111000 0 100111 100010011 100111 101100

Color Harmonies of #77449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77449B

Black with #77449B

Text Example


Text Example

White with #77449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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