#759093

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

Shades of Gothic #759093

Tints of Gothic #759093

Color information

#759093 (or 0x759093) is unknown color: approx Gothic. HEX triplet: 75, 90 and 93. RGB value is (117,144,147). Sum of RGB (Red+Green+Blue) = 117+144+147=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #759093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759093 is #8A6F6C. Grayscale: #888888. Windows color (decimal): -9072493 or 9670773. OLE color: 9670773.

HSL color Cylindrical-coordinate representation of color #759093: hue angle of 186º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759093 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117144147-
CMYK0.200.0200.42
HSL186º12.2%51.76%-
HSV(B)186º20.41%57.65%-
XYZ22.5825.8431.4-
YUV136.27134.05114.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=28.68%
G=35.29%
B=36.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171441470.200.0200.4218612.251.76
Hex75909314202Abac34
Octal1652202232420522721464
Binary1110101100100001001001110100100101010101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759093; }

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

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

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

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

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

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

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

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