#7FAFAF

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

Shades of Neptune #7FAFAF

Tints of Neptune #7FAFAF

Color information

#7FAFAF (or 0x7FAFAF) is unknown color: approx Neptune. HEX triplet: 7F, AF and AF. RGB value is (127,175,175). Sum of RGB (Red+Green+Blue) = 127+175+175=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #7FAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAFAF is #805050. Grayscale: #A0A0A0. Windows color (decimal): -8409169 or 11513727. OLE color: 11513727.

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

Color convert

RGB127175175-
CMYK0.27000.31
HSL180º23.08%59.22%-
HSV(B)180º27.43%68.63%-
XYZ31.8238.2746.27-
YUV160.65136.1104-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.62%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=26.62%
G=36.69%
B=36.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271751750.27000.3118023.0859.22
Hex7FAFAF1B001Fb4173b
Octal1772572573300372642773
Binary111111110101111101011111101100111111011010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,175,175); }

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

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

 a { background-color: rgb(127,175,175); }

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

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

 span { border-color: rgb(127,175,175); }

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