#7AAAC7

Color #7AAAC7 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #7AAAC7

Tints of Seagull #7AAAC7

Color information

#7AAAC7 (or 0x7AAAC7) is unknown color: approx Seagull. HEX triplet: 7A, AA and C7. RGB value is (122,170,199). Sum of RGB (Red+Green+Blue) = 122+170+199=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #7AAAC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAAC7 is #855538. Grayscale: #9E9E9E. Windows color (decimal): -8738105 or 13085306. OLE color: 13085306.

HSL color Cylindrical-coordinate representation of color #7AAAC7: hue angle of 202.6º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AAAC7 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB122170199-
CMYK0.390.1500.22
HSL202.6º40.74%62.94%-
HSV(B)202.6º38.69%78.04%-
XYZ32.7137.0159.45-
YUV158.95150.6101.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.85%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 199 (78.12% from 255) = 40.53%
R=24.85%
G=34.62%
B=40.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221701990.390.1500.22202.640.7462.94
Hex7AAAC727F016cb293f
Octal17225230747170263135177
Binary11110101010101011000111100111111101011011001011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AAAC7;
 }
 .AnyTagClassName
 {
   color: #7AAAC7;
 }
</style>
background-color css

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

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

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

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

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

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