Html Css Color HEX #76A8CA Seagull

📋 copy color: '#76A8CA'

red 118 ◦ green 168 ◦ blue 202

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

Shades of Seagull #76A8CA

Tints of Seagull #76A8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.39%

R = 24.18%
G = 34.43%
B = 41.39%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#76A8CA (or 0x76A8CA) is known color: Seagull. HEX triplet: 76, A8 and CA. RGB value is (118,168,202). Sum of RGB (Red+Green+Blue) = 118+168+202=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #76A8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8CA is #895735. Grayscale: #9C9C9C. Windows color (decimal): -9000758 or 13281398. OLE color: 13281398.

HSL color Cylindrical-coordinate representation of color #76A8CA: hue angle of 204.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A8CA is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 168 202 -
CMYK 0.42 0.17 0 0.21
HSL 204.29º 0.44% 0.63% -
HSV(B) 204.29º 0.42% 0.79% -
XYZ 32.13 36.12 61.16 -
YUV 156.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 118 168 202 0.42 0.17 0 0.21 204.29 0.44 0.63
Hex 76 A8 CA 2A 11 0 15 CC 2C 3F
Octal 166 250 312 52 21 0 25 314 54 77
Binary 1110110 10101000 11001010 101010 10001 0 10101 11001100 101100 111111

Color Harmonies of #76A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8CA

Black with #76A8CA

Text Example


Text Example

White with #76A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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