Html Css Color HEX #77589A Studio

📋 copy color: '#77589A'

red 119 ◦ green 88 ◦ blue 154

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

Shades of Studio #77589A

Tints of Studio #77589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 32.96%
G = 24.38%
B = 42.66%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77589A (or 0x77589A) is known color: Studio. HEX triplet: 77, 58 and 9A. RGB value is (119,88,154). Sum of RGB (Red+Green+Blue) = 119+88+154=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #77589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77589A is #88A765. Grayscale: #686868. Windows color (decimal): -8955750 or 10115191. OLE color: 10115191.

HSL color Cylindrical-coordinate representation of color #77589A: hue angle of 268.18º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77589A is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 88 154 -
CMYK 0.23 0.43 0 0.40
HSL 268.18º 0.27% 0.47% -
HSV(B) 268.18º 0.43% 0.6% -
XYZ 16.93 13.23 32.23 -
YUV 104.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 119 88 154 0.23 0.43 0 0.40 268.18 0.27 0.47
Hex 77 58 9A 17 2B 0 28 10C 1B 2F
Octal 167 130 232 27 53 0 50 414 33 57
Binary 1110111 1011000 10011010 10111 101011 0 101000 100001100 11011 101111

Color Harmonies of #77589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77589A

Black with #77589A

Text Example


Text Example

White with #77589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77589A; }

 p { color: rgb(119,88,154); }

 H1.HeaderClassName
 {
   color: #77589A;
 }
 .AnyTagClassName
 {
   color: #77589A;
 }
</style>

background-color css

<style>
 a { background-color: #77589A; }

 a { background-color: rgb(119,88,154); }

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

border-color css

<style>
 span { border-color: #77589A; }

 span { border-color: rgb(119,88,154); }

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