#759097

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

Shades of Gothic #759097

Tints of Gothic #759097

Color information

#759097 (or 0x759097) is unknown color: approx Gothic. HEX triplet: 75, 90 and 97. RGB value is (117,144,151). Sum of RGB (Red+Green+Blue) = 117+144+151=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 151 - color contains mainly: blue. Hex color #759097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759097 is #8A6F68. Grayscale: #888888. Windows color (decimal): -9072489 or 9932917. OLE color: 9932917.

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

Color convert

RGB117144151-
CMYK0.230.0500.41
HSL192.35º14.05%52.55%-
HSV(B)192.35º22.52%59.22%-
XYZ22.925.9633.08-
YUV136.72136.05113.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.40%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 151 (59.38% from 255) = 36.65%
R=28.40%
G=34.95%
B=36.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171441510.230.0500.41192.3514.0552.55
Hex759097175029c0e35
Octal1652202272750513001665
Binary11101011001000010010111101111010101001110000001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759097; }

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

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

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

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

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

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

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

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