#76509A

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

Shades of Studio #76509A

Tints of Studio #76509A

Color information

#76509A (or 0x76509A) is unknown color: approx Studio. HEX triplet: 76, 50 and 9A. RGB value is (118,80,154). Sum of RGB (Red+Green+Blue) = 118+80+154=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #76509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76509A is #89AF65. Grayscale: #636363. Windows color (decimal): -9023334 or 10113142. OLE color: 10113142.

HSL color Cylindrical-coordinate representation of color #76509A: hue angle of 270.81º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76509A is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11880154-
CMYK0.230.4800.40
HSL270.81º31.62%45.88%-
HSV(B)270.81º48.05%60.39%-
XYZ16.1711.9232.02-
YUV99.8158.59140.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=33.52%
G=22.73%
B=43.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118801540.230.4800.40270.8131.6245.88
Hex76509A173002810f202e
Octal16612023227600504174056
Binary1110110101000010011010101111100000101000100001111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76509A; }

 p { color: rgb(118,80,154); }

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

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

 a { background-color: rgb(118,80,154); }

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

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

 span { border-color: rgb(118,80,154); }

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