Html Css Color HEX #7AAAAC Neptune

📋 copy color: '#7AAAAC'

red 122 ◦ green 170 ◦ blue 172

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

Shades of Neptune #7AAAAC

Tints of Neptune #7AAAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.64%

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

R = 26.29%
G = 36.64%
B = 37.07%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7AAAAC (or 0x7AAAAC) is known color: Neptune. HEX triplet: 7A, AA and AC. RGB value is (122,170,172). Sum of RGB (Red+Green+Blue) = 122+170+172=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #7AAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAAAC is #855553. Grayscale: #9B9B9B. Windows color (decimal): -8738132 or 11315834. OLE color: 11315834.

HSL color Cylindrical-coordinate representation of color #7AAAAC: hue angle of 182.4º 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 #7AAAAC is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 170 172 -
CMYK 0.29 0.01 0 0.33
HSL 182.4º 0.23% 0.58% -
HSV(B) 182.4º 0.29% 0.67% -
XYZ 29.85 35.87 44.38 -
YUV 155.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 122 170 172 0.29 0.01 0 0.33 182.4 0.23 0.58
Hex 7A AA AC 1D 1 0 21 B6 17 3A
Octal 172 252 254 35 1 0 41 266 27 72
Binary 1111010 10101010 10101100 11101 1 0 100001 10110110 10111 111010

Color Harmonies of #7AAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAAAC

Black with #7AAAAC

Text Example


Text Example

White with #7AAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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