Html Css Color HEX #76A8CD Seagull

📋 copy color: '#76A8CD'

red 118 ◦ green 168 ◦ blue 205

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

Shades of Seagull #76A8CD

Tints of Seagull #76A8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

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

R = 24.03%
G = 34.22%
B = 41.75%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76A8CD (or 0x76A8CD) is known color: Seagull. HEX triplet: 76, A8 and CD. RGB value is (118,168,205). Sum of RGB (Red+Green+Blue) = 118+168+205=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #76A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8CD is #895732. Grayscale: #9D9D9D. Windows color (decimal): -9000755 or 13478006. OLE color: 13478006.

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

Color convert

RGB 118 168 205 -
CMYK 0.42 0.18 0 0.20
HSL 205.52º 0.47% 0.63% -
HSV(B) 205.52º 0.42% 0.8% -
XYZ 32.49 36.26 63.04 -
YUV 157.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 118 168 205 0.42 0.18 0 0.20 205.52 0.47 0.63
Hex 76 A8 CD 2A 12 0 14 CE 2F 3F
Octal 166 250 315 52 22 0 24 316 57 77
Binary 1110110 10101000 11001101 101010 10010 0 10100 11001110 101111 111111

Color Harmonies of #76A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8CD

Black with #76A8CD

Text Example


Text Example

White with #76A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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