#75A1A7

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

Shades of Neptune #75A1A7

Tints of Neptune #75A1A7

Color information

#75A1A7 (or 0x75A1A7) is unknown color: approx Neptune. HEX triplet: 75, A1 and A7. RGB value is (117,161,167). Sum of RGB (Red+Green+Blue) = 117+161+167=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 167 - color contains mainly: blue. Hex color #75A1A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A1A7 is #8A5E58. Grayscale: #949494. Windows color (decimal): -9068121 or 10985845. OLE color: 10985845.

HSL color Cylindrical-coordinate representation of color #75A1A7: hue angle of 187.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A1A7 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB117161167-
CMYK0.300.0400.35
HSL187.2º22.12%55.69%-
HSV(B)187.2º29.94%65.49%-
XYZ27.0632.0641.32-
YUV148.53138.42105.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 167 (65.62% from 255) = 37.53%
R=26.29%
G=36.18%
B=37.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171611670.300.0400.35187.222.1255.69
Hex75A1A71E4023bb1638
Octal1652412473640432732670
Binary111010110100001101001111111010001000111011101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A1A7; }

 p { color: rgb(117,161,167); }

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

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

 a { background-color: rgb(117,161,167); }

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

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

 span { border-color: rgb(117,161,167); }

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