#759096

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

Shades of Gothic #759096

Tints of Gothic #759096

Color information

#759096 (or 0x759096) is unknown color: approx Gothic. HEX triplet: 75, 90 and 96. RGB value is (117,144,150). Sum of RGB (Red+Green+Blue) = 117+144+150=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 150 - color contains mainly: blue. Hex color #759096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759096 is #8A6F69. Grayscale: #888888. Windows color (decimal): -9072490 or 9867381. OLE color: 9867381.

HSL color Cylindrical-coordinate representation of color #759096: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #759096 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB117144150-
CMYK0.220.0400.41
HSL190.91º13.58%52.35%-
HSV(B)190.91º22%58.82%-
XYZ22.8125.9332.66-
YUV136.61135.55114.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=28.47%
G=35.04%
B=36.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171441500.220.0400.41190.9113.5852.35
Hex759096164029bfe34
Octal1652202262640512771664
Binary11101011001000010010110101101000101001101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759096; }

 p { color: rgb(117,144,150); }

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

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

 a { background-color: rgb(117,144,150); }

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

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

 span { border-color: rgb(117,144,150); }

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