#75989C

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

Shades of Neptune #75989C

Tints of Neptune #75989C

Color information

#75989C (or 0x75989C) is unknown color: approx Neptune. HEX triplet: 75, 98 and 9C. RGB value is (117,152,156). Sum of RGB (Red+Green+Blue) = 117+152+156=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #75989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75989C is #8A6763. Grayscale: #8D8D8D. Windows color (decimal): -9070436 or 10262645. OLE color: 10262645.

HSL color Cylindrical-coordinate representation of color #75989C: hue angle of 186.15º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75989C is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117152156-
CMYK0.250.0300.39
HSL186.15º16.46%53.53%-
HSV(B)186.15º25%61.18%-
XYZ24.5728.6435.69-
YUV141.99135.9110.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=27.53%
G=35.76%
B=36.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171521560.250.0300.39186.1516.4653.53
Hex75989C193027ba1036
Octal1652302343130472722066
Binary11101011001100010011100110011101001111011101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75989C; }

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

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

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

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

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

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

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

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