Html Css Color HEX #77B7CD Seagull

📋 copy color: '#77B7CD'

red 119 ◦ green 183 ◦ blue 205

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

Shades of Seagull #77B7CD

Tints of Seagull #77B7CD

RGB

 RED value IS 119 (46.88% from 255) = 23.47%

 GREEN value IS 183 (71.88% from 255) = 36.09%

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

R = 23.47%
G = 36.09%
B = 40.43%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77B7CD (or 0x77B7CD) is known color: Seagull. HEX triplet: 77, B7 and CD. RGB value is (119,183,205). Sum of RGB (Red+Green+Blue) = 119+183+205=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #77B7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B7CD is #884832. Grayscale: #A6A6A6. Windows color (decimal): -8931379 or 13481847. OLE color: 13481847.

HSL color Cylindrical-coordinate representation of color #77B7CD: hue angle of 195.35º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77B7CD is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 183 205 -
CMYK 0.42 0.11 0 0.20
HSL 195.35º 0.46% 0.64% -
HSV(B) 195.35º 0.42% 0.8% -
XYZ 35.56 42.2 64.03 -
YUV 166.37 149.8 94.21 -
System Red Green Blue C M Y K H S L
Decimal 119 183 205 0.42 0.11 0 0.20 195.35 0.46 0.64
Hex 77 B7 CD 2A B 0 14 C3 2E 40
Octal 167 267 315 52 13 0 24 303 56 100
Binary 1110111 10110111 11001101 101010 1011 0 10100 11000011 101110 1000000

Color Harmonies of #77B7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B7CD

Black with #77B7CD

Text Example


Text Example

White with #77B7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77B7CD; }

 p { color: rgb(119,183,205); }

 H1.HeaderClassName
 {
   color: #77B7CD;
 }
 .AnyTagClassName
 {
   color: #77B7CD;
 }
</style>

background-color css

<style>
 a { background-color: #77B7CD; }

 a { background-color: rgb(119,183,205); }

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

border-color css

<style>
 span { border-color: #77B7CD; }

 span { border-color: rgb(119,183,205); }

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