#77ACAD

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

Shades of Neptune #77ACAD

Tints of Neptune #77ACAD

Color information

#77ACAD (or 0x77ACAD) is unknown color: approx Neptune. HEX triplet: 77, AC and AD. RGB value is (119,172,173). Sum of RGB (Red+Green+Blue) = 119+172+173=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #77ACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ACAD is #885352. Grayscale: #9C9C9C. Windows color (decimal): -8934227 or 11381879. OLE color: 11381879.

HSL color Cylindrical-coordinate representation of color #77ACAD: hue angle of 181.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77ACAD is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119172173-
CMYK0.310.0100.32
HSL181.11º24.77%57.25%-
HSV(B)181.11º31.21%67.84%-
XYZ29.936.4444.99-
YUV156.27137.44101.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=25.65%
G=37.07%
B=37.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191721730.310.0100.32181.1124.7757.25
Hex77ACAD1F1020b51939
Octal1672542553710402653171
Binary1110111101011001010110111111101000001011010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,172,173); }

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

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

 a { background-color: rgb(119,172,173); }

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

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

 span { border-color: rgb(119,172,173); }

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