#764c94

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

Shades of Studio #764C94

Tints of Studio #764C94

Color information

#764C94 (or 0x764C94) is unknown color: approx Studio. HEX triplet: 76, 4C and 94. RGB value is (118,76,148). Sum of RGB (Red+Green+Blue) = 118+76+148=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #764C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764C94 is #89B36B. Grayscale: #606060. Windows color (decimal): -9024364 or 9718902. OLE color: 9718902.

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

Color convert

RGB11876148-
CMYK0.200.4900.42
HSL275º32.14%43.92%-
HSV(B)275º48.65%58.04%-
XYZ15.411.1629.36-
YUV96.77156.91143.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 76 (30.08% from 255) = 22.22%
BLUE value IS 148 (58.20% from 255) = 43.27%
R=34.50%
G=22.22%
B=43.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118761480.200.4900.4227532.1443.92
Hex764C94143102A113202c
Octal16611422424610524234054
Binary1110110100110010010100101001100010101010100010011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764c94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764c94; }

 p { color: rgb(118,76,148); }

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

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

 a { background-color: rgb(118,76,148); }

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

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

 span { border-color: rgb(118,76,148); }

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