#7EAEAE

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

Shades of Neptune #7EAEAE

Tints of Neptune #7EAEAE

Color information

#7EAEAE (or 0x7EAEAE) is unknown color: approx Neptune. HEX triplet: 7E, AE and AE. RGB value is (126,174,174). Sum of RGB (Red+Green+Blue) = 126+174+174=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #7EAEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAEAE is #815151. Grayscale: #9F9F9F. Windows color (decimal): -8474962 or 11447934. OLE color: 11447934.

HSL color Cylindrical-coordinate representation of color #7EAEAE: hue angle of 180º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAEAE is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB126174174-
CMYK0.28000.32
HSL180º22.86%58.82%-
HSV(B)180º27.59%68.24%-
XYZ31.3837.7645.68-
YUV159.65136.1104-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.58%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=26.58%
G=36.71%
B=36.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261741740.28000.3218022.8658.82
Hex7EAEAE1C0020b4173b
Octal1762562563400402642773
Binary1111110101011101010111011100001000001011010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,174,174); }

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

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

 a { background-color: rgb(126,174,174); }

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

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

 span { border-color: rgb(126,174,174); }

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