Html Css Color HEX #76ABCD Seagull

📋 copy color: '#76ABCD'

red 118 ◦ green 171 ◦ blue 205

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

Shades of Seagull #76ABCD

Tints of Seagull #76ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 23.89%
G = 34.62%
B = 41.5%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76ABCD (or 0x76ABCD) is known color: Seagull. HEX triplet: 76, AB and CD. RGB value is (118,171,205). Sum of RGB (Red+Green+Blue) = 118+171+205=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #76ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABCD is #895432. Grayscale: #9E9E9E. Windows color (decimal): -8999987 or 13478774. OLE color: 13478774.

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

Color convert

RGB 118 171 205 -
CMYK 0.42 0.17 0 0.20
HSL 203.45º 0.47% 0.63% -
HSV(B) 203.45º 0.42% 0.8% -
XYZ 33.05 37.39 63.23 -
YUV 159.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 118 171 205 0.42 0.17 0 0.20 203.45 0.47 0.63
Hex 76 AB CD 2A 11 0 14 CB 2F 3F
Octal 166 253 315 52 21 0 24 313 57 77
Binary 1110110 10101011 11001101 101010 10001 0 10100 11001011 101111 111111

Color Harmonies of #76ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABCD

Black with #76ABCD

Text Example


Text Example

White with #76ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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