#7BAAA7

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

Shades of Neptune #7BAAA7

Tints of Neptune #7BAAA7

Color information

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

HSL color Cylindrical-coordinate representation of color #7BAAA7: hue angle of 176.17º 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 #7BAAA7 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB123170167-
CMYK0.2800.020.33
HSL176.17º21.66%57.45%-
HSV(B)176.17º27.65%66.67%-
XYZ29.5235.7541.9-
YUV155.61134.43104.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231701670.2800.020.33176.1721.6657.45
Hex7BAAA71C0221b01639
Octal1732522473402412602671
Binary11110111010101010100111111000101000011011000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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