Html Css Color HEX #7FAFAF Neptune

📋 copy color: '#7FAFAF'

red 127 ◦ green 175 ◦ blue 175

#7FAFAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #7FAFAF

Tints of Neptune #7FAFAF

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 value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7FAFAF (or 0x7FAFAF) is known color: 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

RGB 127 175 175 -
CMYK 0.27 0 0 0.31
HSL 180º 0.23% 0.59% -
HSV(B) 180º 0.27% 0.69% -
XYZ 31.82 38.27 46.27 -
YUV 160.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 127 175 175 0.27 0 0 0.31 180 0.23 0.59
Hex 7F AF AF 1B 0 0 1F B4 17 3B
Octal 177 257 257 33 0 0 37 264 27 73
Binary 1111111 10101111 10101111 11011 0 0 11111 10110100 10111 111011

Color Harmonies of #7FAFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAFAF

Black with #7FAFAF

Text Example


Text Example

White with #7FAFAF

Text Example


Text Example

HTML Codes & Css Web 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>