#764395

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

Shades of Studio #764395

Tints of Studio #764395

Color information

#764395 (or 0x764395) is unknown color: approx Studio. HEX triplet: 76, 43 and 95. RGB value is (118,67,149). Sum of RGB (Red+Green+Blue) = 118+67+149=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #764395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764395 is #89BC6A. Grayscale: #5B5B5B. Windows color (decimal): -9026667 or 9782134. OLE color: 9782134.

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

Color convert

RGB11867149-
CMYK0.210.5500.42
HSL277.32º37.96%42.35%-
HSV(B)277.32º55.03%58.43%-
XYZ14.910.0429.59-
YUV91.6160.4146.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=35.33%
G=20.06%
B=44.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118671490.210.5500.42277.3237.9642.35
Hex764395153702A115262a
Octal16610322525670524254652
Binary1110110100001110010101101011101110101010100010101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764395; }

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

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

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

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

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

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

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

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