#765195

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

Shades of Studio #765195

Tints of Studio #765195

Color information

#765195 (or 0x765195) is unknown color: approx Studio. HEX triplet: 76, 51 and 95. RGB value is (118,81,149). Sum of RGB (Red+Green+Blue) = 118+81+149=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 81 (32.03% from 255 or 23.28% 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 #765195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765195 is #89AE6A. Grayscale: #636363. Windows color (decimal): -9023083 or 9785718. OLE color: 9785718.

HSL color Cylindrical-coordinate representation of color #765195: hue angle of 272.65º 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 #765195 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11881149-
CMYK0.210.4600.42
HSL272.65º29.57%45.1%-
HSV(B)272.65º45.64%58.43%-
XYZ15.8411.9129.9-
YUV99.82155.76140.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=33.91%
G=23.28%
B=42.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118811490.210.4600.42272.6529.5745.1
Hex765195152E02A1111e2d
Octal16612122525560524213655
Binary111011010100011001010110101101110010101010001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765195; }

 p { color: rgb(118,81,149); }

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

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

 a { background-color: rgb(118,81,149); }

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

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

 span { border-color: rgb(118,81,149); }

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