#77B0B4

Color #77B0B4 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #77B0B4

Tints of Neptune #77B0B4

Color information

#77B0B4 (or 0x77B0B4) is unknown color: approx Neptune. HEX triplet: 77, B0 and B4. RGB value is (119,176,180). Sum of RGB (Red+Green+Blue) = 119+176+180=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #77B0B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B0B4 is #884F4B. Grayscale: #9F9F9F. Windows color (decimal): -8933196 or 11841655. OLE color: 11841655.

HSL color Cylindrical-coordinate representation of color #77B0B4: hue angle of 183.93º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B0B4 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB119176180-
CMYK0.340.0200.29
HSL183.93º28.91%58.63%-
HSV(B)183.93º33.89%70.59%-
XYZ31.3738.2748.91-
YUV159.41139.6299.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.05%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=25.05%
G=37.05%
B=37.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191761800.340.0200.29183.9328.9158.63
Hex77B0B422201Db81d3b
Octal1672602644220352703573
Binary11101111011000010110100100010100111011011100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,176,180); }

 H1.HeaderClassName
 {
   color: #77B0B4;
 }
 .AnyTagClassName
 {
   color: #77B0B4;
 }
</style>
background-color css

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

 a { background-color: rgb(119,176,180); }

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

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

 span { border-color: rgb(119,176,180); }

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