#7BA7AB

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

Shades of Neptune #7BA7AB

Tints of Neptune #7BA7AB

Color information

#7BA7AB (or 0x7BA7AB) is unknown color: approx Neptune. HEX triplet: 7B, A7 and AB. RGB value is (123,167,171). Sum of RGB (Red+Green+Blue) = 123+167+171=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #7BA7AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA7AB is #845854. Grayscale: #9A9A9A. Windows color (decimal): -8673365 or 11249531. OLE color: 11249531.

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

Color convert

RGB123167171-
CMYK0.280.0200.33
HSL185º22.22%57.65%-
HSV(B)185º28.07%67.06%-
XYZ29.3434.7943.7-
YUV154.3137.42105.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.68%
GREEN value IS 167 (65.62% from 255) = 36.23%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=26.68%
G=36.23%
B=37.09%

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
Decimal1231671710.280.0200.3318522.2257.65
Hex7BA7AB1C2021b9163a
Octal1732472533420412712672
Binary11110111010011110101011111001001000011011100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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