Html Css Color HEX #77509A Studio

📋 copy color: '#77509A'

red 119 ◦ green 80 ◦ blue 154

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

Shades of Studio #77509A

Tints of Studio #77509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

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

R = 33.71%
G = 22.66%
B = 43.63%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77509A (or 0x77509A) is known color: Studio. HEX triplet: 77, 50 and 9A. RGB value is (119,80,154). Sum of RGB (Red+Green+Blue) = 119+80+154=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #77509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77509A is #88AF65. Grayscale: #636363. Windows color (decimal): -8957798 or 10113143. OLE color: 10113143.

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

Color convert

RGB 119 80 154 -
CMYK 0.23 0.48 0 0.40
HSL 271.62º 0.32% 0.46% -
HSV(B) 271.62º 0.48% 0.6% -
XYZ 16.31 11.99 32.03 -
YUV 100.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 119 80 154 0.23 0.48 0 0.40 271.62 0.32 0.46
Hex 77 50 9A 17 30 0 28 110 20 2E
Octal 167 120 232 27 60 0 50 420 40 56
Binary 1110111 1010000 10011010 10111 110000 0 101000 100010000 100000 101110

Color Harmonies of #77509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77509A

Black with #77509A

Text Example


Text Example

White with #77509A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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