#765296

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

Shades of Studio #765296

Tints of Studio #765296

Color information

#765296 (or 0x765296) is unknown color: approx Studio. HEX triplet: 76, 52 and 96. RGB value is (118,82,150). Sum of RGB (Red+Green+Blue) = 118+82+150=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #765296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765296 is #89AD69. Grayscale: #646464. Windows color (decimal): -9022826 or 9851510. OLE color: 9851510.

HSL color Cylindrical-coordinate representation of color #765296: hue angle of 271.76º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #765296 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11882150-
CMYK0.210.4500.41
HSL271.76º29.31%45.49%-
HSV(B)271.76º45.33%58.82%-
XYZ15.9912.0930.34-
YUV100.52155.93140.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=33.71%
G=23.43%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118821500.210.4500.41271.7629.3145.49
Hex765296152D0291101d2d
Octal16612222625550514203555
Binary111011010100101001011010101101101010100110001000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765296; }

 p { color: rgb(118,82,150); }

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

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

 a { background-color: rgb(118,82,150); }

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

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

 span { border-color: rgb(118,82,150); }

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