#769CA2

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

Shades of Neptune #769CA2

Tints of Neptune #769CA2

Color information

#769CA2 (or 0x769CA2) is unknown color: approx Neptune. HEX triplet: 76, 9C and A2. RGB value is (118,156,162). Sum of RGB (Red+Green+Blue) = 118+156+162=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 162 - color contains mainly: blue. Hex color #769CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769CA2 is #89635D. Grayscale: #919191. Windows color (decimal): -9003870 or 10656886. OLE color: 10656886.

HSL color Cylindrical-coordinate representation of color #769CA2: hue angle of 188.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #769CA2 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB118156162-
CMYK0.270.0400.36
HSL188.18º19.13%54.9%-
HSV(B)188.18º27.16%63.53%-
XYZ25.8830.2438.65-
YUV145.32137.41108.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 156 (61.33% from 255) = 35.78%
BLUE value IS 162 (63.67% from 255) = 37.16%
R=27.06%
G=35.78%
B=37.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181561620.270.0400.36188.1819.1354.9
Hex769CA21B4024bc1337
Octal1662342423340442742367
Binary111011010011100101000101101110001001001011110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769CA2; }

 p { color: rgb(118,156,162); }

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

<style>
 a { background-color: #769CA2; }

 a { background-color: rgb(118,156,162); }

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

<style>
 span { border-color: #769CA2; }

 span { border-color: rgb(118,156,162); }

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