#7AA7AF

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

Shades of Neptune #7AA7AF

Tints of Neptune #7AA7AF

Color information

#7AA7AF (or 0x7AA7AF) is unknown color: approx Neptune. HEX triplet: 7A, A7 and AF. RGB value is (122,167,175). Sum of RGB (Red+Green+Blue) = 122+167+175=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #7AA7AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA7AF is #855850. Grayscale: #9A9A9A. Windows color (decimal): -8738897 or 11511674. OLE color: 11511674.

HSL color Cylindrical-coordinate representation of color #7AA7AF: hue angle of 189.06º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AA7AF is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB122167175-
CMYK0.300.0500.31
HSL189.06º24.88%58.24%-
HSV(B)189.06º30.29%68.63%-
XYZ29.5834.8745.73-
YUV154.46139.59104.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.29%
GREEN value IS 167 (65.62% from 255) = 35.99%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=26.29%
G=35.99%
B=37.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221671750.300.0500.31189.0624.8858.24
Hex7AA7AF1E501Fbd193a
Octal1722472573650372753172
Binary11110101010011110101111111101010111111011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AA7AF; }

 p { color: rgb(122,167,175); }

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

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

 a { background-color: rgb(122,167,175); }

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

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

 span { border-color: rgb(122,167,175); }

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