#7BA7AA

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

Shades of Neptune #7BA7AA

Tints of Neptune #7BA7AA

Color information

#7BA7AA (or 0x7BA7AA) is unknown color: approx Neptune. HEX triplet: 7B, A7 and AA. RGB value is (123,167,170). Sum of RGB (Red+Green+Blue) = 123+167+170=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #7BA7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA7AA is #845855. Grayscale: #9A9A9A. Windows color (decimal): -8673366 or 11183995. OLE color: 11183995.

HSL color Cylindrical-coordinate representation of color #7BA7AA: hue angle of 183.83º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BA7AA is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123167170-
CMYK0.280.0200.33
HSL183.83º21.66%57.45%-
HSV(B)183.83º27.65%66.67%-
XYZ29.2434.7543.2-
YUV154.19136.92105.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.74%
GREEN value IS 167 (65.62% from 255) = 36.30%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=26.74%
G=36.30%
B=36.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231671700.280.0200.33183.8321.6657.45
Hex7BA7AA1C2021b81639
Octal1732472523420412702671
Binary11110111010011110101010111001001000011011100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,167,170); }

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

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

 a { background-color: rgb(123,167,170); }

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

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

 span { border-color: rgb(123,167,170); }

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