#7AA4A1

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

Shades of Neptune #7AA4A1

Tints of Neptune #7AA4A1

Color information

#7AA4A1 (or 0x7AA4A1) is unknown color: approx Neptune. HEX triplet: 7A, A4 and A1. RGB value is (122,164,161). Sum of RGB (Red+Green+Blue) = 122+164+161=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA4A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA4A1 is #855B5E. Grayscale: #979797. Windows color (decimal): -8739679 or 10593402. OLE color: 10593402.

HSL color Cylindrical-coordinate representation of color #7AA4A1: hue angle of 175.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA4A1 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB122164161-
CMYK0.2600.020.36
HSL175.71º18.75%56.08%-
HSV(B)175.71º25.61%64.31%-
XYZ27.7333.2638.68-
YUV151.1133.59107.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.29%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 161 (63.28% from 255) = 36.02%
R=27.29%
G=36.69%
B=36.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221641610.2600.020.36175.7118.7556.08
Hex7AA4A11A0224b01338
Octal1722442413202442602370
Binary11110101010010010100001110100101001001011000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,164,161); }

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

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

 a { background-color: rgb(122,164,161); }

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

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

 span { border-color: rgb(122,164,161); }

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