Html Css Color HEX #7AA7AC Neptune

📋 copy color: '#7AA7AC'

red 122 ◦ green 167 ◦ blue 172

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

Shades of Neptune #7AA7AC

Tints of Neptune #7AA7AC

RGB

 RED value IS 122 (48.05% from 255) = 26.46%

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

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 26.46%
G = 36.23%
B = 37.31%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7AA7AC (or 0x7AA7AC) is known color: Neptune. HEX triplet: 7A, A7 and AC. RGB value is (122,167,172). Sum of RGB (Red+Green+Blue) = 122+167+172=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #7AA7AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA7AC is #855853. Grayscale: #9A9A9A. Windows color (decimal): -8738900 or 11315066. OLE color: 11315066.

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

Color convert

RGB 122 167 172 -
CMYK 0.29 0.03 0 0.33
HSL 186º 0.23% 0.58% -
HSV(B) 186º 0.29% 0.67% -
XYZ 29.29 34.75 44.19 -
YUV 154.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 122 167 172 0.29 0.03 0 0.33 186 0.23 0.58
Hex 7A A7 AC 1D 3 0 21 BA 17 3A
Octal 172 247 254 35 3 0 41 272 27 72
Binary 1111010 10100111 10101100 11101 11 0 100001 10111010 10111 111010

Color Harmonies of #7AA7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA7AC

Black with #7AA7AC

Text Example


Text Example

White with #7AA7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,167,172); }

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

background-color css

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

 a { background-color: rgb(122,167,172); }

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

border-color css

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

 span { border-color: rgb(122,167,172); }

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