Html Css Color HEX #77439C Studio

📋 copy color: '#77439C'

red 119 ◦ green 67 ◦ blue 156

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

Shades of Studio #77439C

Tints of Studio #77439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.59%

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

R = 34.8%
G = 19.59%
B = 45.61%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77439C (or 0x77439C) is known color: Studio. HEX triplet: 77, 43 and 9C. RGB value is (119,67,156). Sum of RGB (Red+Green+Blue) = 119+67+156=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #77439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77439C is #88BC63. Grayscale: #5C5C5C. Windows color (decimal): -8961124 or 10240887. OLE color: 10240887.

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

Color convert

RGB 119 67 156 -
CMYK 0.24 0.57 0 0.39
HSL 275.06º 0.4% 0.44% -
HSV(B) 275.06º 0.57% 0.61% -
XYZ 15.62 10.34 32.62 -
YUV 92.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 119 67 156 0.24 0.57 0 0.39 275.06 0.4 0.44
Hex 77 43 9C 18 39 0 27 113 28 2C
Octal 167 103 234 30 71 0 47 423 50 54
Binary 1110111 1000011 10011100 11000 111001 0 100111 100010011 101000 101100

Color Harmonies of #77439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77439C

Black with #77439C

Text Example


Text Example

White with #77439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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