Html Css Color HEX #76A7CB Seagull

📋 copy color: '#76A7CB'

red 118 ◦ green 167 ◦ blue 203

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

Shades of Seagull #76A7CB

Tints of Seagull #76A7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.22%

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

R = 24.18%
G = 34.22%
B = 41.6%

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

#76A7CB (or 0x76A7CB) is known color: Seagull. HEX triplet: 76, A7 and CB. RGB value is (118,167,203). Sum of RGB (Red+Green+Blue) = 118+167+203=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #76A7CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A7CB is #895834. Grayscale: #9C9C9C. Windows color (decimal): -9001013 or 13346678. OLE color: 13346678.

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

Color convert

RGB 118 167 203 -
CMYK 0.42 0.18 0 0.20
HSL 205.41º 0.45% 0.63% -
HSV(B) 205.41º 0.42% 0.8% -
XYZ 32.07 35.8 61.72 -
YUV 156.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 118 167 203 0.42 0.18 0 0.20 205.41 0.45 0.63
Hex 76 A7 CB 2A 12 0 14 CD 2D 3F
Octal 166 247 313 52 22 0 24 315 55 77
Binary 1110110 10100111 11001011 101010 10010 0 10100 11001101 101101 111111

Color Harmonies of #76A7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A7CB

Black with #76A7CB

Text Example


Text Example

White with #76A7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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