#775898

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

Shades of Studio #775898

Tints of Studio #775898

Color information

#775898 (or 0x775898) is unknown color: approx Studio. HEX triplet: 77, 58 and 98. RGB value is (119,88,152). Sum of RGB (Red+Green+Blue) = 119+88+152=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #775898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775898 is #88A767. Grayscale: #686868. Windows color (decimal): -8955752 or 9984119. OLE color: 9984119.

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

Color convert

RGB11988152-
CMYK0.220.4200.40
HSL269.06º26.67%47.06%-
HSV(B)269.06º42.11%59.61%-
XYZ16.7613.1731.36-
YUV104.56154.77138.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.15%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=33.15%
G=24.51%
B=42.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119881520.220.4200.40269.0626.6747.06
Hex775898162A02810d1b2f
Octal16713023026520504153357
Binary111011110110001001100010110101010010100010000110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775898; }

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

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

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

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

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

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

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

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