Html Css Color HEX #77429C Studio

📋 copy color: '#77429C'

red 119 ◦ green 66 ◦ blue 156

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

Shades of Studio #77429C

Tints of Studio #77429C

RGB

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

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

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

R = 34.9%
G = 19.35%
B = 45.75%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77429C (or 0x77429C) is known color: Studio. HEX triplet: 77, 42 and 9C. RGB value is (119,66,156). Sum of RGB (Red+Green+Blue) = 119+66+156=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #77429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77429C is #88BD63. Grayscale: #5B5B5B. Windows color (decimal): -8961380 or 10240631. OLE color: 10240631.

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

Color convert

RGB 119 66 156 -
CMYK 0.24 0.58 0 0.39
HSL 275.33º 0.41% 0.44% -
HSV(B) 275.33º 0.58% 0.61% -
XYZ 15.56 10.22 32.6 -
YUV 92.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 119 66 156 0.24 0.58 0 0.39 275.33 0.41 0.44
Hex 77 42 9C 18 3A 0 27 113 29 2C
Octal 167 102 234 30 72 0 47 423 51 54
Binary 1110111 1000010 10011100 11000 111010 0 100111 100010011 101001 101100

Color Harmonies of #77429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77429C

Black with #77429C

Text Example


Text Example

White with #77429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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