Html Css Color HEX #76AACB Seagull

📋 copy color: '#76AACB'

red 118 ◦ green 170 ◦ blue 203

#76AACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #76AACB

Tints of Seagull #76AACB

RGB

 RED value IS 118 (46.48% from 255) = 24.03%

 GREEN value IS 170 (66.8% from 255) = 34.62%

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 24.03%
G = 34.62%
B = 41.34%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76AACB (or 0x76AACB) is known color: Seagull. HEX triplet: 76, AA and CB. RGB value is (118,170,203). Sum of RGB (Red+Green+Blue) = 118+170+203=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #76AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AACB is #895534. Grayscale: #9E9E9E. Windows color (decimal): -9000245 or 13347446. OLE color: 13347446.

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

Color convert

RGB 118 170 203 -
CMYK 0.42 0.16 0 0.20
HSL 203.29º 0.45% 0.63% -
HSV(B) 203.29º 0.42% 0.8% -
XYZ 32.63 36.91 61.91 -
YUV 158.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 118 170 203 0.42 0.16 0 0.20 203.29 0.45 0.63
Hex 76 AA CB 2A 10 0 14 CB 2D 3F
Octal 166 252 313 52 20 0 24 313 55 77
Binary 1110110 10101010 11001011 101010 10000 0 10100 11001011 101101 111111

Color Harmonies of #76AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AACB

Black with #76AACB

Text Example


Text Example

White with #76AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76AACB;
 }
 .AnyTagClassName
 {
   color: #76AACB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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