Html Css Color HEX #77509E Studio

📋 copy color: '#77509E'

red 119 ◦ green 80 ◦ blue 158

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

Shades of Studio #77509E

Tints of Studio #77509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 33.33%
G = 22.41%
B = 44.26%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77509E (or 0x77509E) is known color: Studio. HEX triplet: 77, 50 and 9E. RGB value is (119,80,158). Sum of RGB (Red+Green+Blue) = 119+80+158=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #77509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77509E is #88AF61. Grayscale: #646464. Windows color (decimal): -8957794 or 10375287. OLE color: 10375287.

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

Color convert

RGB 119 80 158 -
CMYK 0.25 0.49 0 0.38
HSL 270º 0.33% 0.47% -
HSV(B) 270º 0.49% 0.62% -
XYZ 16.65 12.13 33.81 -
YUV 100.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 119 80 158 0.25 0.49 0 0.38 270 0.33 0.47
Hex 77 50 9E 19 31 0 26 10E 21 2F
Octal 167 120 236 31 61 0 46 416 41 57
Binary 1110111 1010000 10011110 11001 110001 0 100110 100001110 100001 101111

Color Harmonies of #77509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77509E

Black with #77509E

Text Example


Text Example

White with #77509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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