#765a99

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

Shades of Studio #765A99

Tints of Studio #765A99

Color information

#765A99 (or 0x765A99) is unknown color: approx Studio. HEX triplet: 76, 5A and 99. RGB value is (118,90,153). Sum of RGB (Red+Green+Blue) = 118+90+153=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #765A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765A99 is #89A566. Grayscale: #696969. Windows color (decimal): -9020775 or 10050166. OLE color: 10050166.

HSL color Cylindrical-coordinate representation of color #765A99: hue angle of 266.67º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765A99 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11890153-
CMYK0.230.4100.4
HSL266.67º25.93%47.65%-
HSV(B)266.67º41.18%60%-
XYZ16.8813.4631.85-
YUV105.55154.78136.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=32.69%
G=24.93%
B=42.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118901530.230.4100.4266.6725.9347.65
Hex765A99172902810b1a30
Octal16613223127510504133260
Binary111011010110101001100110111101001010100010000101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765a99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765a99; }

 p { color: rgb(118,90,153); }

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

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

 a { background-color: rgb(118,90,153); }

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

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

 span { border-color: rgb(118,90,153); }

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