#755792

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

Shades of Studio #755792

Tints of Studio #755792

Color information

#755792 (or 0x755792) is unknown color: approx Studio. HEX triplet: 75, 57 and 92. RGB value is (117,87,146). Sum of RGB (Red+Green+Blue) = 117+87+146=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #755792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755792 is #8AA86D. Grayscale: #666666. Windows color (decimal): -9087086 or 9590645. OLE color: 9590645.

HSL color Cylindrical-coordinate representation of color #755792: hue angle of 270.51º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #755792 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11787146-
CMYK0.200.4000.43
HSL270.51º25.32%45.69%-
HSV(B)270.51º40.41%57.25%-
XYZ15.9312.6728.8-
YUV102.7152.44138.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=33.43%
G=24.86%
B=41.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117871460.200.4000.43270.5125.3245.69
Hex755792142802B10f192e
Octal16512722224500534173156
Binary111010110101111001001010100101000010101110000111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755792; }

 p { color: rgb(117,87,146); }

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

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

 a { background-color: rgb(117,87,146); }

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

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

 span { border-color: rgb(117,87,146); }

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