#764197

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

Shades of Studio #764197

Tints of Studio #764197

Color information

#764197 (or 0x764197) is unknown color: approx Studio. HEX triplet: 76, 41 and 97. RGB value is (118,65,151). Sum of RGB (Red+Green+Blue) = 118+65+151=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #764197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764197 is #89BE68. Grayscale: #5A5A5A. Windows color (decimal): -9027177 or 9912694. OLE color: 9912694.

HSL color Cylindrical-coordinate representation of color #764197: hue angle of 276.98º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764197 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11865151-
CMYK0.220.5700.41
HSL276.98º39.81%42.35%-
HSV(B)276.98º56.95%59.22%-
XYZ14.959.8730.39-
YUV90.65162.06147.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 151 (59.38% from 255) = 45.21%
R=35.33%
G=19.46%
B=45.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118651510.220.5700.41276.9839.8142.35
Hex7641971639029115282a
Octal16610122726710514255052
Binary1110110100000110010111101101110010101001100010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764197; }

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

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

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

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

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

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

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

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