#7AACC7

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

Shades of Seagull #7AACC7

Tints of Seagull #7AACC7

Color information

#7AACC7 (or 0x7AACC7) is unknown color: approx Seagull. HEX triplet: 7A, AC and C7. RGB value is (122,172,199). Sum of RGB (Red+Green+Blue) = 122+172+199=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #7AACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACC7 is #855338. Grayscale: #9F9F9F. Windows color (decimal): -8737593 or 13085818. OLE color: 13085818.

HSL color Cylindrical-coordinate representation of color #7AACC7: hue angle of 201.04º 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 #7AACC7 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB122172199-
CMYK0.390.1400.22
HSL201.04º40.74%62.94%-
HSV(B)201.04º38.69%78.04%-
XYZ33.0937.7759.58-
YUV160.13149.94100.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 199 (78.12% from 255) = 40.37%
R=24.75%
G=34.89%
B=40.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221721990.390.1400.22201.0440.7462.94
Hex7AACC727E016c9293f
Octal17225430747160263115177
Binary11110101010110011000111100111111001011011001001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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