Html Css Color HEX #76A5C8 Seagull

📋 copy color: '#76A5C8'

red 118 ◦ green 165 ◦ blue 200

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

Shades of Seagull #76A5C8

Tints of Seagull #76A5C8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.16%

 BLUE value IS 200 (78.52% from 255) = 41.41%

R = 24.43%
G = 34.16%
B = 41.41%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#76A5C8 (or 0x76A5C8) is known color: Seagull. HEX triplet: 76, A5 and C8. RGB value is (118,165,200). Sum of RGB (Red+Green+Blue) = 118+165+200=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 200 - color contains mainly: blue. Hex color #76A5C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A5C8 is #895A37. Grayscale: #9A9A9A. Windows color (decimal): -9001528 or 13149558. OLE color: 13149558.

HSL color Cylindrical-coordinate representation of color #76A5C8: hue angle of 205.61º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76A5C8 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 165 200 -
CMYK 0.41 0.18 0 0.22
HSL 205.61º 0.43% 0.62% -
HSV(B) 205.61º 0.41% 0.78% -
XYZ 31.35 34.93 59.73 -
YUV 154.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 118 165 200 0.41 0.18 0 0.22 205.61 0.43 0.62
Hex 76 A5 C8 29 12 0 16 CE 2B 3E
Octal 166 245 310 51 22 0 26 316 53 76
Binary 1110110 10100101 11001000 101001 10010 0 10110 11001110 101011 111110

Color Harmonies of #76A5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A5C8

Black with #76A5C8

Text Example


Text Example

White with #76A5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,165,200); }

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

background-color css

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

 a { background-color: rgb(118,165,200); }

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

border-color css

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

 span { border-color: rgb(118,165,200); }

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