#76ABCC

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

Shades of Seagull #76ABCC

Tints of Seagull #76ABCC

Color information

#76ABCC (or 0x76ABCC) is unknown color: approx Seagull. HEX triplet: 76, AB and CC. RGB value is (118,171,204). Sum of RGB (Red+Green+Blue) = 118+171+204=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #76ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABCC is #895433. Grayscale: #9E9E9E. Windows color (decimal): -8999988 or 13413238. OLE color: 13413238.

HSL color Cylindrical-coordinate representation of color #76ABCC: hue angle of 203.02º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76ABCC is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118171204-
CMYK0.420.1600.2
HSL203.02º45.74%63.14%-
HSV(B)203.02º42.16%80%-
XYZ32.9337.3462.6-
YUV158.92153.4498.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.94%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=23.94%
G=34.69%
B=41.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181712040.420.1600.2203.0245.7463.14
Hex76ABCC2A10014cb2e3f
Octal16625331452200243135677
Binary111011010101011110011001010101000001010011001011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76ABCC; }

 p { color: rgb(118,171,204); }

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

<style>
 a { background-color: #76ABCC; }

 a { background-color: rgb(118,171,204); }

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

<style>
 span { border-color: #76ABCC; }

 span { border-color: rgb(118,171,204); }

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