#764cac

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

Shades of Studio #764CAC

Tints of Studio #764CAC

Color information

#764CAC (or 0x764CAC) is unknown color: approx Studio. HEX triplet: 76, 4C and AC. RGB value is (118,76,172). Sum of RGB (Red+Green+Blue) = 118+76+172=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #764CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764CAC is #89B353. Grayscale: #636363. Windows color (decimal): -9024340 or 11291766. OLE color: 11291766.

HSL color Cylindrical-coordinate representation of color #764CAC: hue angle of 266.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764CAC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11876172-
CMYK0.310.5600.33
HSL266.25º38.71%48.63%-
HSV(B)266.25º55.81%67.45%-
XYZ17.51240.42-
YUV99.5168.91141.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 172 (67.58% from 255) = 46.99%
R=32.24%
G=20.77%
B=46.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118761720.310.5600.33266.2538.7148.63
Hex764CAC1F3802110a2731
Octal16611425437700414124761
Binary1110110100110010101100111111110000100001100001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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