Html Css Color HEX #7EA7A5 Neptune

📋 copy color: '#7EA7A5'

red 126 ◦ green 167 ◦ blue 165

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

Shades of Neptune #7EA7A5

Tints of Neptune #7EA7A5

RGB

 RED value IS 126 (49.61% from 255) = 27.51%

 GREEN value IS 167 (65.63% from 255) = 36.46%

 BLUE value IS 165 (64.84% from 255) = 36.03%

R = 27.51%
G = 36.46%
B = 36.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#7EA7A5 (or 0x7EA7A5) is known color: Neptune. HEX triplet: 7E, A7 and A5. RGB value is (126,167,165). Sum of RGB (Red+Green+Blue) = 126+167+165=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA7A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA7A5 is #81585A. Grayscale: #9A9A9A. Windows color (decimal): -8476763 or 10856318. OLE color: 10856318.

HSL color Cylindrical-coordinate representation of color #7EA7A5: hue angle of 177.07º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7EA7A5 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 167 165 -
CMYK 0.25 0 0.01 0.35
HSL 177.07º 0.19% 0.57% -
HSV(B) 177.07º 0.25% 0.65% -
XYZ 29.21 34.79 40.77 -
YUV 154.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 126 167 165 0.25 0 0.01 0.35 177.07 0.19 0.57
Hex 7E A7 A5 19 0 1 23 B1 13 39
Octal 176 247 245 31 0 1 43 261 23 71
Binary 1111110 10100111 10100101 11001 0 1 100011 10110001 10011 111001

Color Harmonies of #7EA7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA7A5

Black with #7EA7A5

Text Example


Text Example

White with #7EA7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,167,165); }

 H1.HeaderClassName
 {
   color: #7EA7A5;
 }
 .AnyTagClassName
 {
   color: #7EA7A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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