#759098

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

Shades of Gothic #759098

Tints of Gothic #759098

Color information

#759098 (or 0x759098) is unknown color: approx Gothic. HEX triplet: 75, 90 and 98. RGB value is (117,144,152). Sum of RGB (Red+Green+Blue) = 117+144+152=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 152 - color contains mainly: blue. Hex color #759098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759098 is #8A6F67. Grayscale: #888888. Windows color (decimal): -9072488 or 9998453. OLE color: 9998453.

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

Color convert

RGB117144152-
CMYK0.230.0500.40
HSL193.71º14.52%52.75%-
HSV(B)193.71º23.03%59.61%-
XYZ22.982633.51-
YUV136.84136.55113.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 152 (59.77% from 255) = 36.80%
R=28.33%
G=34.87%
B=36.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171441520.230.0500.40193.7114.5252.75
Hex759098175028c2f35
Octal1652202302750503021765
Binary11101011001000010011000101111010101000110000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759098; }

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

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

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

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

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

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

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

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