#775098

Color #775098 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #775098

Tints of Studio #775098

Color information

#775098 (or 0x775098) is unknown color: approx Studio. HEX triplet: 77, 50 and 98. RGB value is (119,80,152). Sum of RGB (Red+Green+Blue) = 119+80+152=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #775098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775098 is #88AF67. Grayscale: #636363. Windows color (decimal): -8957800 or 9982071. OLE color: 9982071.

HSL color Cylindrical-coordinate representation of color #775098: hue angle of 272.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #775098 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11980152-
CMYK0.220.4700.40
HSL272.5º31.03%45.49%-
HSV(B)272.5º47.37%59.61%-
XYZ16.1411.9331.16-
YUV99.87157.42141.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 152 (59.77% from 255) = 43.30%
R=33.90%
G=22.79%
B=43.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119801520.220.4700.40272.531.0345.49
Hex775098162F0281101f2d
Octal16712023026570504203755
Binary111011110100001001100010110101111010100010001000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775098; }

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

 H1.HeaderClassName
 {
   color: #775098;
 }
 .AnyTagClassName
 {
   color: #775098;
 }
</style>
background-color css

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

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

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

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

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

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