Html Css Color HEX #77509D Studio

📋 copy color: '#77509D'

red 119 ◦ green 80 ◦ blue 157

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

Shades of Studio #77509D

Tints of Studio #77509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 33.43%
G = 22.47%
B = 44.1%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77509D (or 0x77509D) is known color: Studio. HEX triplet: 77, 50 and 9D. RGB value is (119,80,157). Sum of RGB (Red+Green+Blue) = 119+80+157=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #77509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77509D is #88AF62. Grayscale: #646464. Windows color (decimal): -8957795 or 10309751. OLE color: 10309751.

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

Color convert

RGB 119 80 157 -
CMYK 0.24 0.49 0 0.38
HSL 270.39º 0.32% 0.46% -
HSV(B) 270.39º 0.49% 0.62% -
XYZ 16.56 12.09 33.36 -
YUV 100.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 119 80 157 0.24 0.49 0 0.38 270.39 0.32 0.46
Hex 77 50 9D 18 31 0 26 10E 20 2E
Octal 167 120 235 30 61 0 46 416 40 56
Binary 1110111 1010000 10011101 11000 110001 0 100110 100001110 100000 101110

Color Harmonies of #77509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77509D

Black with #77509D

Text Example


Text Example

White with #77509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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