#7BAACA

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

Shades of Seagull #7BAACA

Tints of Seagull #7BAACA

Color information

#7BAACA (or 0x7BAACA) is unknown color: approx Seagull. HEX triplet: 7B, AA and CA. RGB value is (123,170,202). Sum of RGB (Red+Green+Blue) = 123+170+202=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAACA is #845535. Grayscale: #9F9F9F. Windows color (decimal): -8672566 or 13281915. OLE color: 13281915.

HSL color Cylindrical-coordinate representation of color #7BAACA: hue angle of 204.3º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BAACA is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123170202-
CMYK0.390.1600.21
HSL204.3º42.7%63.73%-
HSV(B)204.3º39.11%79.22%-
XYZ33.237.2261.31-
YUV159.6151.93101.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.85%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=24.85%
G=34.34%
B=40.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231702020.390.1600.21204.342.763.73
Hex7BAACA2710015cc2b40
Octal173252312472002531453100
Binary1111011101010101100101010011110000010101110011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,170,202); }

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

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

 a { background-color: rgb(123,170,202); }

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

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

 span { border-color: rgb(123,170,202); }

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