Html Css Color HEX #7AA1A4 Neptune

📋 copy color: '#7AA1A4'

red 122 ◦ green 161 ◦ blue 164

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

Shades of Neptune #7AA1A4

Tints of Neptune #7AA1A4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 164 (64.45% from 255) = 36.69%

R = 27.29%
G = 36.02%
B = 36.69%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7AA1A4 (or 0x7AA1A4) is known color: Neptune. HEX triplet: 7A, A1 and A4. RGB value is (122,161,164). Sum of RGB (Red+Green+Blue) = 122+161+164=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 164 - color contains mainly: blue. Hex color #7AA1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA1A4 is #855E5B. Grayscale: #959595. Windows color (decimal): -8740444 or 10789242. OLE color: 10789242.

HSL color Cylindrical-coordinate representation of color #7AA1A4: hue angle of 184.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA1A4 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 161 164 -
CMYK 0.26 0.02 0 0.36
HSL 184.29º 0.19% 0.56% -
HSV(B) 184.29º 0.26% 0.64% -
XYZ 27.47 32.31 39.91 -
YUV 149.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 122 161 164 0.26 0.02 0 0.36 184.29 0.19 0.56
Hex 7A A1 A4 1A 2 0 24 B8 13 38
Octal 172 241 244 32 2 0 44 270 23 70
Binary 1111010 10100001 10100100 11010 10 0 100100 10111000 10011 111000

Color Harmonies of #7AA1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA1A4

Black with #7AA1A4

Text Example


Text Example

White with #7AA1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,161,164); }

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

background-color css

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

 a { background-color: rgb(122,161,164); }

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

border-color css

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

 span { border-color: rgb(122,161,164); }

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