#775295

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

Shades of Studio #775295

Tints of Studio #775295

Color information

#775295 (or 0x775295) is unknown color: approx Studio. HEX triplet: 77, 52 and 95. RGB value is (119,82,149). Sum of RGB (Red+Green+Blue) = 119+82+149=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #775295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775295 is #88AD6A. Grayscale: #646464. Windows color (decimal): -8957291 or 9785975. OLE color: 9785975.

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

Color convert

RGB11982149-
CMYK0.200.4500.42
HSL273.13º29%45.29%-
HSV(B)273.13º44.97%58.43%-
XYZ16.0512.1329.93-
YUV100.7155.26141.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=34%
G=23.43%
B=42.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119821490.200.4500.42273.132945.29
Hex775295142D02A1111d2d
Octal16712222524550524213555
Binary111011110100101001010110100101101010101010001000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775295; }

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

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

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

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

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

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

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

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