Html Css Color HEX #77589C Studio

📋 copy color: '#77589C'

red 119 ◦ green 88 ◦ blue 156

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

Shades of Studio #77589C

Tints of Studio #77589C

RGB

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

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

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

R = 32.78%
G = 24.24%
B = 42.98%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77589C (or 0x77589C) is known color: Studio. HEX triplet: 77, 58 and 9C. RGB value is (119,88,156). Sum of RGB (Red+Green+Blue) = 119+88+156=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #77589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77589C is #88A763. Grayscale: #686868. Windows color (decimal): -8955748 or 10246263. OLE color: 10246263.

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

Color convert

RGB 119 88 156 -
CMYK 0.24 0.44 0 0.39
HSL 267.35º 0.28% 0.48% -
HSV(B) 267.35º 0.44% 0.61% -
XYZ 17.1 13.3 33.12 -
YUV 105.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 119 88 156 0.24 0.44 0 0.39 267.35 0.28 0.48
Hex 77 58 9C 18 2C 0 27 10B 1C 30
Octal 167 130 234 30 54 0 47 413 34 60
Binary 1110111 1011000 10011100 11000 101100 0 100111 100001011 11100 110000

Color Harmonies of #77589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77589C

Black with #77589C

Text Example


Text Example

White with #77589C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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