Html Css Color HEX #77429B Studio

📋 copy color: '#77429B'

red 119 ◦ green 66 ◦ blue 155

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

Shades of Studio #77429B

Tints of Studio #77429B

RGB

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

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

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

R = 35%
G = 19.41%
B = 45.59%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77429B (or 0x77429B) is known color: Studio. HEX triplet: 77, 42 and 9B. RGB value is (119,66,155). Sum of RGB (Red+Green+Blue) = 119+66+155=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #77429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77429B is #88BD64. Grayscale: #5B5B5B. Windows color (decimal): -8961381 or 10175095. OLE color: 10175095.

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

Color convert

RGB 119 66 155 -
CMYK 0.23 0.57 0 0.39
HSL 275.73º 0.4% 0.43% -
HSV(B) 275.73º 0.57% 0.61% -
XYZ 15.47 10.18 32.16 -
YUV 91.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 119 66 155 0.23 0.57 0 0.39 275.73 0.4 0.43
Hex 77 42 9B 17 39 0 27 114 28 2B
Octal 167 102 233 27 71 0 47 424 50 53
Binary 1110111 1000010 10011011 10111 111001 0 100111 100010100 101000 101011

Color Harmonies of #77429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77429B

Black with #77429B

Text Example


Text Example

White with #77429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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