Html Css Color HEX #77429E Studio

📋 copy color: '#77429E'

red 119 ◦ green 66 ◦ blue 158

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

Shades of Studio #77429E

Tints of Studio #77429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

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

R = 34.69%
G = 19.24%
B = 46.06%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77429E (or 0x77429E) is known color: Studio. HEX triplet: 77, 42 and 9E. RGB value is (119,66,158). Sum of RGB (Red+Green+Blue) = 119+66+158=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #77429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77429E is #88BD61. Grayscale: #5C5C5C. Windows color (decimal): -8961378 or 10371703. OLE color: 10371703.

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

Color convert

RGB 119 66 158 -
CMYK 0.25 0.58 0 0.38
HSL 274.57º 0.41% 0.44% -
HSV(B) 274.57º 0.58% 0.62% -
XYZ 15.73 10.29 33.5 -
YUV 92.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 119 66 158 0.25 0.58 0 0.38 274.57 0.41 0.44
Hex 77 42 9E 19 3A 0 26 113 29 2C
Octal 167 102 236 31 72 0 46 423 51 54
Binary 1110111 1000010 10011110 11001 111010 0 100110 100010011 101001 101100

Color Harmonies of #77429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77429E

Black with #77429E

Text Example


Text Example

White with #77429E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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