Html Css Color HEX #77509F Studio

📋 copy color: '#77509F'

red 119 ◦ green 80 ◦ blue 159

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

Shades of Studio #77509F

Tints of Studio #77509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 33.24%
G = 22.35%
B = 44.41%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77509F (or 0x77509F) is known color: Studio. HEX triplet: 77, 50 and 9F. RGB value is (119,80,159). Sum of RGB (Red+Green+Blue) = 119+80+159=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #77509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77509F is #88AF60. Grayscale: #646464. Windows color (decimal): -8957793 or 10440823. OLE color: 10440823.

HSL color Cylindrical-coordinate representation of color #77509F: hue angle of 269.62º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77509F is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 80 159 -
CMYK 0.25 0.50 0 0.38
HSL 269.62º 0.33% 0.47% -
HSV(B) 269.62º 0.5% 0.62% -
XYZ 16.73 12.16 34.27 -
YUV 100.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 119 80 159 0.25 0.50 0 0.38 269.62 0.33 0.47
Hex 77 50 9F 19 32 0 26 10E 21 2F
Octal 167 120 237 31 62 0 46 416 41 57
Binary 1110111 1010000 10011111 11001 110010 0 100110 100001110 100001 101111

Color Harmonies of #77509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77509F

Black with #77509F

Text Example


Text Example

White with #77509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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