Html Css Color HEX #77459B Studio

📋 copy color: '#77459B'

red 119 ◦ green 69 ◦ blue 155

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

Shades of Studio #77459B

Tints of Studio #77459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.12%

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

R = 34.69%
G = 20.12%
B = 45.19%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77459B (or 0x77459B) is known color: Studio. HEX triplet: 77, 45 and 9B. RGB value is (119,69,155). Sum of RGB (Red+Green+Blue) = 119+69+155=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #77459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77459B is #88BA64. Grayscale: #5D5D5D. Windows color (decimal): -8960613 or 10175863. OLE color: 10175863.

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

Color convert

RGB 119 69 155 -
CMYK 0.23 0.55 0 0.39
HSL 274.88º 0.38% 0.44% -
HSV(B) 274.88º 0.55% 0.61% -
XYZ 15.65 10.54 32.22 -
YUV 93.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 119 69 155 0.23 0.55 0 0.39 274.88 0.38 0.44
Hex 77 45 9B 17 37 0 27 113 26 2C
Octal 167 105 233 27 67 0 47 423 46 54
Binary 1110111 1000101 10011011 10111 110111 0 100111 100010011 100110 101100

Color Harmonies of #77459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77459B

Black with #77459B

Text Example


Text Example

White with #77459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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