Html Css Color HEX #775095 Studio

📋 copy color: '#775095'

red 119 ◦ green 80 ◦ blue 149

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

Shades of Studio #775095

Tints of Studio #775095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 34.2%
G = 22.99%
B = 42.82%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775095 (or 0x775095) is known color: Studio. HEX triplet: 77, 50 and 95. RGB value is (119,80,149). Sum of RGB (Red+Green+Blue) = 119+80+149=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #775095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775095 is #88AF6A. Grayscale: #636363. Windows color (decimal): -8957803 or 9785463. OLE color: 9785463.

HSL color Cylindrical-coordinate representation of color #775095: hue angle of 273.91º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #775095 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 80 149 -
CMYK 0.20 0.46 0 0.42
HSL 273.91º 0.3% 0.45% -
HSV(B) 273.91º 0.46% 0.58% -
XYZ 15.9 11.83 29.88 -
YUV 99.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 119 80 149 0.20 0.46 0 0.42 273.91 0.3 0.45
Hex 77 50 95 14 2E 0 2A 112 1E 2D
Octal 167 120 225 24 56 0 52 422 36 55
Binary 1110111 1010000 10010101 10100 101110 0 101010 100010010 11110 101101

Color Harmonies of #775095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775095

Black with #775095

Text Example


Text Example

White with #775095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775095; }

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

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

background-color css

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

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

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

border-color css

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

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

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