#76B7CB

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

Shades of Seagull #76B7CB

Tints of Seagull #76B7CB

Color information

#76B7CB (or 0x76B7CB) is unknown color: approx Seagull. HEX triplet: 76, B7 and CB. RGB value is (118,183,203). Sum of RGB (Red+Green+Blue) = 118+183+203=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #76B7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B7CB is #894834. Grayscale: #A5A5A5. Windows color (decimal): -8996917 or 13350774. OLE color: 13350774.

HSL color Cylindrical-coordinate representation of color #76B7CB: hue angle of 194.12º degrees, saturation: 0.45, 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 #76B7CB is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118183203-
CMYK0.420.1000.20
HSL194.12º44.97%62.94%-
HSV(B)194.12º41.87%79.61%-
XYZ35.1842.0362.76-
YUV165.84148.9793.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.41%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=23.41%
G=36.31%
B=40.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181832030.420.1000.20194.1244.9762.94
Hex76B7CB2AA014c22d3f
Octal16626731352120243025577
Binary11101101011011111001011101010101001010011000010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,183,203); }

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

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

 a { background-color: rgb(118,183,203); }

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

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

 span { border-color: rgb(118,183,203); }

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