#764195

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

Shades of Studio #764195

Tints of Studio #764195

Color information

#764195 (or 0x764195) is unknown color: approx Studio. HEX triplet: 76, 41 and 95. RGB value is (118,65,149). Sum of RGB (Red+Green+Blue) = 118+65+149=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #764195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764195 is #89BE6A. Grayscale: #5A5A5A. Windows color (decimal): -9027179 or 9781622. OLE color: 9781622.

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

Color convert

RGB11865149-
CMYK0.210.5600.42
HSL277.86º39.25%41.96%-
HSV(B)277.86º56.38%58.43%-
XYZ14.799.829.55-
YUV90.42161.06147.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=35.54%
G=19.58%
B=44.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118651490.210.5600.42277.8639.2541.96
Hex764195153802A116272a
Octal16610122525700524264752
Binary1110110100000110010101101011110000101010100010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764195; }

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

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

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

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

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

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

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

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